diff --git a/applicationQT2048/Main.qml b/applicationQT2048/Main.qml index 70afa817783317824b1dad37a93da98fa91853ca..8cf786c7ac8ec9dbb9d7f86c2f86cfe1ac78390c 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