From ff6f583289cbdd3902cab6a846269193b313835d Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sun, 12 Jul 2020 11:28:59 -0400 Subject: [PATCH] Prevent overflow password characters from stretching keypad width --- look-and-feel/contents/lockscreen/LockScreen.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/look-and-feel/contents/lockscreen/LockScreen.qml b/look-and-feel/contents/lockscreen/LockScreen.qml index 96a12553..d025019c 100644 --- a/look-and-feel/contents/lockscreen/LockScreen.qml +++ b/look-and-feel/contents/lockscreen/LockScreen.qml @@ -126,6 +126,7 @@ PlasmaCore.ColorScope { spacing: 6 Layout.minimumHeight: units.gridUnit + Layout.maximumWidth: parent.width Repeater { model: root.password.length