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