From 8c3a6e2b238e1acd80a89c9b35559f40cc5e5b8e Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Mon, 15 Jul 2024 17:01:58 -0400 Subject: [PATCH] lockscreen: Add more spacing between keypad and password bar --- shell/contents/lockscreen/Keypad.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/contents/lockscreen/Keypad.qml b/shell/contents/lockscreen/Keypad.qml index 66b3d32b..0884281e 100644 --- a/shell/contents/lockscreen/Keypad.qml +++ b/shell/contents/lockscreen/Keypad.qml @@ -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 }