From b6fb23a5c713b3425b4d852da17f98b4ebeee176 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Fri, 8 Jan 2010 17:16:25 +0100
Subject: [PATCH] Qml Designer: fix layout of the layout property page

---
 share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
index e1460cbc808..c8c505f932e 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 {
-- 
GitLab