diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template b/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template index cc8259da8b5..7b30d55e4c8 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template @@ -3,5 +3,7 @@ Label { toolTip: "%1" } SpinBox { + maximumValue: 9999999 + minimumValue: -9999999 backendValue: backendValues.%2 -} \ No newline at end of file +}