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)