diff --git a/Motus/Main.qml b/Motus/Main.qml
index f275be55d1277cde7d6988be7f99d36a1710e5f4..e5f2aded86059ccf1a81d7eb8da49fff9c446cb9 100644
--- a/Motus/Main.qml
+++ b/Motus/Main.qml
@@ -121,11 +121,8 @@ Window {
 
         Row {
             id: main_row
-            width: 1800
-            height: 900
-            anchors.verticalCenter: parent.verticalCenter
+            anchors.fill: parent
             spacing: 150
-            anchors.horizontalCenter: parent.horizontalCenter
 
             Rectangle {
                 id: rectangle_buttons
@@ -133,13 +130,15 @@ Window {
                 height: 850
                 color: "#323232"
                 border.width: 0
+                anchors.verticalCenter: parent.verticalCenter
+                anchors.left: parent.left
+                anchors.leftMargin: 0.05*Window.width
+                anchors.verticalCenterOffset: 20
 
                 Column {
                     id: column_buttons
                     width: 400
                     height: 850
-                    anchors.verticalCenter: parent.verticalCenter
-                    anchors.horizontalCenter: parent.horizontalCenter
                     spacing: 20
 
                     Choosebutton {
@@ -260,14 +259,14 @@ Window {
                 height: 900
                 color: "#323232"
                 border.width: 0
+                anchors.verticalCenter: parent.verticalCenter
+                anchors.horizontalCenter: parent.horizontalCenter
 
                 Column {
                     id: center_column
                     width: 700
                     height: 900
-                    anchors.verticalCenter: parent.verticalCenter
                     spacing: 30
-                    anchors.horizontalCenter: parent.horizontalCenter
 
                     Rectangle {
                         id: rectangle_titre
@@ -411,6 +410,9 @@ Window {
                 height: 850
                 color: "#323232"
                 border.width: 0
+                anchors.verticalCenter: parent.verticalCenter
+                anchors.right: parent.right
+                anchors.rightMargin: 0.05*Window.width
 
                 Row {
                     y: 50