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:
Carl Schwan
2023-09-21 16:08:08 +02:00
committed by Tobias Fella
parent 3f85a359e1
commit 4d2104b54b

View File

@@ -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"