diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml
index e8bd1fcfde25b74642d4be93de0611ab271beb0c..904645bddb177113fda5feaaac26b7823d1fc033 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml
@@ -10,7 +10,6 @@ QScrollArea {
     content: properyEditorLayout;
     QFrame {
         id: properyEditorLayout;
-        enabled: isBaseState
         layout: QVBoxLayout {
             topMargin: 0;
             bottomMargin: 0;
@@ -22,6 +21,7 @@ QScrollArea {
              }
 			
             Layout {
+                enabled: isBaseState
                 id: layoutBox;
             }
             QScrollArea {