Skip to content
Snippets Groups Projects
Commit 5e0cadcb authored by Massies Alexandre's avatar Massies Alexandre
Browse files
parents 89f79863 4a097eb5
No related branches found
No related tags found
No related merge requests found
......@@ -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"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment