HSpacer component for layouts

This commit is contained in:
miruka
2019-04-28 15:22:53 -04:00
parent d0089df051
commit f714c85d75
7 changed files with 14 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ HGlassRectangle {
Layout.rightMargin: Layout.leftMargin
}
Item { Layout.fillWidth: true }
HSpacer {}
HRowLayout {
id: bannerButtons

View File

@@ -44,6 +44,6 @@ HGlassRectangle {
row.width - row.totalSpacing - avatar.width - roomName.width
}
Item { Layout.fillWidth: true }
HSpacer {}
}
}