From ec1b224dc3e11cb15649fef16c3680d95a4a7e21 Mon Sep 17 00:00:00 2001
From: Yanis Dziki <yanis.dziki@ens-lyon.fr>
Date: Fri, 11 Apr 2025 22:28:44 +0200
Subject: [PATCH] Mini erreur design

---
 motus/Main.qml | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/motus/Main.qml b/motus/Main.qml
index c9b7a55..a615fe8 100644
--- a/motus/Main.qml
+++ b/motus/Main.qml
@@ -23,6 +23,27 @@ Window {
             text: qsTr("Motus")
             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 {
@@ -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
-    }
 }
-- 
GitLab