From 85a2e5ec532b99081487c1172c97ab4caff1ccf5 Mon Sep 17 00:00:00 2001 From: jbreitwi <josephine.breitwiller@etu.ec-lyon.fr> Date: Mon, 17 Mar 2025 13:58:51 +0100 Subject: [PATCH] Update Main.qml --- applicationQT2048/Main.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/applicationQT2048/Main.qml b/applicationQT2048/Main.qml index 70afa81..8cf786c 100644 --- a/applicationQT2048/Main.qml +++ b/applicationQT2048/Main.qml @@ -17,9 +17,9 @@ Window { } Rectangle{ - width:100;height:100 + width:105;height:105 color:"orange" - x:25 + x:35 y:10 radius:4 @@ -67,7 +67,7 @@ Window { color:"grey" width: 90; height: 90 - x:165 + x:170 y:10 radius:5 @@ -97,7 +97,7 @@ Window { id: buttonNew color:"#F65E3B" width: 90; height: 30 - x:165 + x:170 y:105 radius:5 -- GitLab