lockscreen: Add more spacing between keypad and password bar

This commit is contained in:
Devin Lin 2024-07-15 17:01:58 -04:00
parent 5207c06a12
commit 8c3a6e2b23

View file

@ -30,7 +30,7 @@ Item {
visible: root.height > Kirigami.Units.gridUnit * 25
anchors.centerIn: parent
spacing: Kirigami.Units.gridUnit
spacing: Kirigami.Units.gridUnit * 2
LayoutItemProxy { target: header }
LayoutItemProxy { target: keypadGrid }