From 69087c21172e9ce8b51dbf8f4ade93cc14401b51 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 21 Sep 2023 17:04:36 +0200 Subject: [PATCH] Add top spacing for Room ListView --- src/qml/Page/RoomList/Page.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qml/Page/RoomList/Page.qml b/src/qml/Page/RoomList/Page.qml index bb7d532b2..1f803d7a6 100644 --- a/src/qml/Page/RoomList/Page.qml +++ b/src/qml/Page/RoomList/Page.qml @@ -127,6 +127,8 @@ Kirigami.Page { activeFocusOnTab: true clip: AccountRegistry.count > 1 + topMargin: Math.round(Kirigami.Units.smallSpacing / 2) + header: QQC2.ItemDelegate { width: visible ? ListView.view.width : 0 height: visible ? Kirigami.Units.gridUnit * 2 : 0