From ce49445b4aa959acc285c7ca01adbe44b088bf21 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Mon, 22 Feb 2010 15:49:24 +0100
Subject: [PATCH] QmlDesigner.propertyEditor: fixing crash in Row editing

---
 .../qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml
index 92bdab8e3f6..65b3741e35b 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml
@@ -19,11 +19,11 @@ GroupBox {
             IntEditor {
                 id: spacing;
                 backendValue: backendValues.spacing;
-                caption: "Spacing:   "
+                caption: "Spacing"
                 baseStateFlag: isBaseState;
                 step: 1;
                 minimumValue: 0;
-                maximumValue: 2000;
+                maximumValue: 200;
             }
     }
 }
-- 
GitLab