summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-08-01 11:59:19 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-08-01 18:17:39 +0200
commitdb5a4ac447b0e3ac73da0a662d9faaefd1d67815 (patch)
treed382fb4bd844f2e9d8d67fb7539172f6598021fa /share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml
parentef4057e7b2038b1f5a6e25a25de73388a79fd687 (diff)
downloadqt-creator-db5a4ac447b0e3ac73da0a662d9faaefd1d67815.tar.gz
QmlDesigner.PropertyEditor: Fix left padding for SpinBox
We use left padding instead of a prefix. Task-number: QTCREATORBUG-12781 Change-Id: I0c89e3592ad0ca9c498d33930ef2742ec970f8bb Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml
index 241897fe96..6fd1c09eaf 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml
@@ -37,7 +37,6 @@ Controls.SpinBox {
property color highlightColor: "orange"
property color textColor: colorLogic.textColor
property variant backendValue;
- prefix: " "
ExtendedFunctionButton {
x: 2