More subtle tweaks to the lock screen

This commit is contained in:
David Heinemeier Hansson
2026-06-03 08:22:50 +02:00
parent 807f500888
commit ddc013aea9
+2 -2
View File
@@ -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)