diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
index d5ce4cee5c692361037c87413a6857909722107a..614a197065e9b861cd1c07d04dd82a2f62821a27 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
@@ -132,7 +132,7 @@ QWidget {
     }
 
     QPushButton {
-        x: 128 + 42 + 32
+        x: 128 + 42 + 64
         checkable: true
         fixedWidth: 32
         fixedHeight: 32
@@ -152,7 +152,7 @@ QWidget {
     }
 
     QPushButton {
-        x: 128 + 42 + 64
+        x: 128 + 42 + 32
         checkable: true
         fixedWidth: 32
         fixedHeight: 32
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
index 868e6e6ac41be7e760c56819420195dbdca684b2..ad3adc0ff9f2a9e703f6792013432ef0a933e633 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
@@ -20,7 +20,10 @@ GroupBox {
                 leftMargin: 10
 
 
-                AnchorButtons {}
+                AnchorButtons {
+                    opacity: enabled?1.0:0.5;
+                    fixedWidth:266
+                }
             }
         }