Decrease top margin in SpaceDrawer
Make it the same as the left margin of the delegate for an increased consistency.
This commit is contained in:
committed by
Tobias Fella
parent
3f85a359e1
commit
4d2104b54b
@@ -59,7 +59,7 @@ QQC2.Control {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: width - Kirigami.Units.smallSpacing
|
||||
Layout.maximumHeight: width - Kirigami.Units.smallSpacing
|
||||
Layout.topMargin: Kirigami.Units.smallSpacing
|
||||
Layout.topMargin: Kirigami.Units.smallSpacing / 2
|
||||
|
||||
text: i18n("All Rooms")
|
||||
source: "globe"
|
||||
|
||||
Reference in New Issue
Block a user