We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57078cd commit b9e744bCopy full SHA for b9e744b
lockscreen/Lockscreen.qml
@@ -6,12 +6,12 @@ Item {
6
7
Item {
8
anchors.centerIn: parent
9
- scale: 2
10
11
TextField {
12
id: entryBox
13
14
- width: 300
+ width: 600
+ font.pointSize: 24
15
16
enabled: context.status != AuthContext.Status.Authenticating
17
focus: true
@@ -32,11 +32,12 @@ Item {
32
Text {
33
id: status
34
color: "white"
35
36
37
anchors {
38
horizontalCenter: entryBox.horizontalCenter
39
top: entryBox.bottom
- topMargin: 20
40
+ topMargin: 40
41
}
42
43
text: {
0 commit comments