From 34fb3d6a5ab0f0be488a1f0a7cc17d86d66ba4e0 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Mon, 8 Sep 2014 12:35:52 +0200 Subject: QmlDesigner.PropertyEditor: Change step size for reals the default step size of 1 does not make much sense for reals. Task-number: QTCREATORBUG-12985 Change-Id: I28be2ca8de37f1032e8fbbe785913ae5a8f6be33 Reviewed-by: Tim Jenssen --- .../PropertyTemplates/RealEditorTemplate.template | 1 + 1 file changed, 1 insertion(+) (limited to 'share') diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template b/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template index 5975c382bc..4377c8a16e 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template @@ -6,6 +6,7 @@ SpinBox { maximumValue: 9999999 minimumValue: -9999999 decimals: 2 + stepSize: 0.1 backendValue: backendValues.%2 Layout.fillWidth: true Layout.maximumWidth: 100 -- cgit v1.2.1