This commit is contained in:
Valeria Fadeeva 2023-05-04 11:56:30 +05:00
parent 8ab488668b
commit d5f1b461fe
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}