From b9e744b50673304dfddb68f3da2a2e906d028b96 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 15 Apr 2024 04:03:49 -0700 Subject: [PATCH] lockscreen: fix possible scaling issues --- lockscreen/Lockscreen.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lockscreen/Lockscreen.qml b/lockscreen/Lockscreen.qml index 83693f1..83f58b2 100644 --- a/lockscreen/Lockscreen.qml +++ b/lockscreen/Lockscreen.qml @@ -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: {