mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
lockscreen: Add more spacing between keypad and password bar
This commit is contained in:
parent
5207c06a12
commit
8c3a6e2b23
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Item {
|
||||||
visible: root.height > Kirigami.Units.gridUnit * 25
|
visible: root.height > Kirigami.Units.gridUnit * 25
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: Kirigami.Units.gridUnit
|
spacing: Kirigami.Units.gridUnit * 2
|
||||||
|
|
||||||
LayoutItemProxy { target: header }
|
LayoutItemProxy { target: header }
|
||||||
LayoutItemProxy { target: keypadGrid }
|
LayoutItemProxy { target: keypadGrid }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue