Add top spacing for Room ListView
This commit is contained in:
committed by
Tobias Fella
parent
4d2104b54b
commit
69087c2117
@@ -127,6 +127,8 @@ Kirigami.Page {
|
|||||||
activeFocusOnTab: true
|
activeFocusOnTab: true
|
||||||
clip: AccountRegistry.count > 1
|
clip: AccountRegistry.count > 1
|
||||||
|
|
||||||
|
topMargin: Math.round(Kirigami.Units.smallSpacing / 2)
|
||||||
|
|
||||||
header: QQC2.ItemDelegate {
|
header: QQC2.ItemDelegate {
|
||||||
width: visible ? ListView.view.width : 0
|
width: visible ? ListView.view.width : 0
|
||||||
height: visible ? Kirigami.Units.gridUnit * 2 : 0
|
height: visible ? Kirigami.Units.gridUnit * 2 : 0
|
||||||
|
|||||||
Reference in New Issue
Block a user