lockscreen: fix possible scaling issues

This commit is contained in:
outfoxxed 2024-04-15 04:03:49 -07:00
parent 57078cd364
commit b9e744b506
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 4 additions and 3 deletions

View File

@ -6,12 +6,12 @@ Item {
Item {
anchors.centerIn: parent
scale: 2
TextField {
id: entryBox
anchors.centerIn: parent
width: 300
width: 600
font.pointSize: 24
enabled: context.status != AuthContext.Status.Authenticating
focus: true
@ -32,11 +32,12 @@ Item {
Text {
id: status
color: "white"
font.pointSize: 24
anchors {
horizontalCenter: entryBox.horizontalCenter
top: entryBox.bottom
topMargin: 20
topMargin: 40
}
text: {