Standardize spacings

This commit is contained in:
miruka
2019-07-16 05:29:47 -04:00
parent d302a5cf5f
commit d2dfafb4e7
17 changed files with 35 additions and 44 deletions

View File

@@ -29,7 +29,7 @@ HRectangle {
dimension: bannerLabel.implicitHeight
visible: Boolean(svgName)
Layout.leftMargin: 5
Layout.leftMargin: theme.spacing / 2
}
HLabel {
@@ -41,7 +41,7 @@ HRectangle {
bannerRow.width - bannerAvatar.width - bannerButtons.width > 30
Layout.fillWidth: true
Layout.leftMargin: 5
Layout.leftMargin: bannerIcon.Layout.leftMargin
Layout.rightMargin: Layout.leftMargin
}