From 4d2104b54b2684ad9a1a4c46c8964c2c8838a0a6 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 21 Sep 2023 16:08:08 +0200 Subject: [PATCH] Decrease top margin in SpaceDrawer Make it the same as the left margin of the delegate for an increased consistency. --- src/qml/Page/RoomList/SpaceDrawer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Page/RoomList/SpaceDrawer.qml b/src/qml/Page/RoomList/SpaceDrawer.qml index 0bfdea4d6..e9b7c50a4 100644 --- a/src/qml/Page/RoomList/SpaceDrawer.qml +++ b/src/qml/Page/RoomList/SpaceDrawer.qml @@ -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"