diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColumnSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColumnSpecifics.qml
index 92bdab8e3f6649b4bce6e2cb32fe9bb5f3a7ff6b..65b3741e35b0009fab0146299a93af6afb39d476 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColumnSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColumnSpecifics.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;
             }
     }
 }