diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
index e1460cbc80892cb2a46e72b53cafa5324d06adf1..c8c505f932e90ed406ac03ba798e8ae15d7b1772 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
@@ -4,7 +4,7 @@ GroupBox {
     finished: finishedNotify;
     caption: "Layout";
 id: Layout;
-maximumHeight: 340;
+  minimumHeight: 280;
   enabled: anchorBackend.hasParent;
 
   layout: QVBoxLayout {