diff --git a/Motus/Main.qml b/Motus/Main.qml index f24ac685be429754a6fc2034fd5462a5bded28c3..d1b402796f57653ff4e6c8ea3d07c200616f968a 100644 --- a/Motus/Main.qml +++ b/Motus/Main.qml @@ -177,7 +177,7 @@ Window { Rectangle { id: rectangle1 width: parent.width * 0.4 - height: parent.height * 0.28 + height: parent.height * 0.3 anchors.bottom: parent.bottom anchors.horizontalCenter: parent.horizontalCenter anchors.bottomMargin: parent.height * 0.2 @@ -190,8 +190,18 @@ Window { anchors.fill: parent anchors.margins: 10 spacing: parent.width * 0.04 + anchors.topMargin: 0 + anchors.rightMargin: 0 + anchors.leftMargin: 0 + anchors.bottomMargin: 0 + topPadding: rectangle1.height * 0.05 // ← espace en haut + bottomPadding: rectangle1.height * 0.05 // ← espace en bas + spacing: parent.width*0.04 + + Repeater { + anchors.fill: parent.parent model: [ ["A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P"], ["Q", "S", "D", "F", "G", "H", "J", "K", "L"],