From ddc013aea94b3c87624bea28c8ffb460ea357582 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 3 Jun 2026 08:22:50 +0200 Subject: [PATCH] More subtle tweaks to the lock screen --- shell/plugins/lock/LockView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/plugins/lock/LockView.qml b/shell/plugins/lock/LockView.qml index 5ee7f46e..7295df0d 100644 --- a/shell/plugins/lock/LockView.qml +++ b/shell/plugins/lock/LockView.qml @@ -17,8 +17,8 @@ Item { property string passwordText: "" property bool syncingPasswordText: false - readonly property string placeholderText: "Password" - readonly property int fieldWidth: 433 + readonly property string placeholderText: "Enter Password" + readonly property int fieldWidth: 381 readonly property int fieldHeight: 67 readonly property int outlineThickness: 3 readonly property int fieldFontSize: Math.round(Style.font.heading * 1.125)