Add top spacing for Room ListView

This commit is contained in:
Carl Schwan
2023-09-21 17:04:36 +02:00
committed by Tobias Fella
parent 4d2104b54b
commit 69087c2117

View File

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