Update HomeForm.qml
This commit is contained in:
parent
806a7dd41e
commit
0e3c705408
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Page {
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: laWelcome
|
id: laWelcome
|
||||||
text: "Hier kannst du dir den Vertretungsplan des Fannys anschuen"
|
text: "Hier kannst du dir den Vertretungsplan des Fannys anschauen"
|
||||||
font.pixelSize: 20
|
font.pixelSize: 20
|
||||||
wrapMode: Label.Wrap
|
wrapMode: Label.Wrap
|
||||||
width: window.width / 1.2
|
width: window.width / 1.2
|
||||||
|
|
Reference in a new issue