Update
This commit is contained in:
parent
8ab488668b
commit
d5f1b461fe
|
@ -163,13 +163,13 @@ Pane {
|
|||
width: 1920
|
||||
Text {
|
||||
id: text
|
||||
font.pointSize: 64
|
||||
font.pointSize: 48
|
||||
x: (form.width - width) / 2
|
||||
y: (form.height / 3) * 2
|
||||
anchors.centerIn: form
|
||||
text: "Welcome!"
|
||||
visible: true
|
||||
color: "#e92222"
|
||||
color: "#A03d40"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue