Skip to content
Snippets Groups Projects
Commit ec1b224d authored by Yanis Dziki's avatar Yanis Dziki
Browse files

Mini erreur design

parent 30cff4ea
Branches
No related tags found
No related merge requests found
...@@ -23,6 +23,27 @@ Window { ...@@ -23,6 +23,27 @@ Window {
text: qsTr("Motus") text: qsTr("Motus")
font.pixelSize: 30 font.pixelSize: 30
} }
Text {
id: _text1
x: 194
y: 167
width: 551
height: 56
color: "#0e0e0e"
text: qsTr("Projet par Ulysse Durand et Yanis Dziki, ")
font.pixelSize: 30
}
Text {
id: _text2
x: 186
y: 372
width: 551
height: 56
color: "#0e0e0e"
text: qsTr("Le jeu se lance par défaut avec un 5 essais\n pour des mots de 8 lettres")
font.pixelSize: 30
}
} }
/* /*
MenuDeroulant { MenuDeroulant {
...@@ -49,25 +70,5 @@ Window { ...@@ -49,25 +70,5 @@ Window {
} }
Text {
id: _text1
x: 194
y: 167
width: 551
height: 56
color: "#0e0e0e"
text: qsTr("Projet par Ulysse Durand et Yanis Dziki, ")
font.pixelSize: 30
}
Text {
id: _text2
x: 186
y: 372
width: 551
height: 56
color: "#0e0e0e"
text: qsTr("Le jeu se lance par défaut avec un 5 essais\n pour des mots de 8 lettres")
font.pixelSize: 30
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment