summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-06-12 11:38:27 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2019-06-12 11:30:02 +0000
commitf6db77a0cc56e2ec9a1a66918c52df1b319daa14 (patch)
treebcf83ccbe568116d664c0835282ec1e5ea94bfcb
parent25bd5976bad71e30dda89693127bad825c24e3e1 (diff)
downloadqt-creator-f6db77a0cc56e2ec9a1a66918c52df1b319daa14.tar.gz
QmlDesigner: Slightly reduce size of the spin box
Change-Id: Ida09ddf17fcdc7000b03c6020334e30cfa7c74ee Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml
index a8d3d03e06..02665fc77a 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml
@@ -41,7 +41,7 @@ Item {
property alias backendValue: spinBox.backendValue
property alias sliderIndicatorVisible: spinBox.sliderIndicatorVisible
- width: 120
+ width: 96
implicitHeight: spinBox.height
property bool __initialized: false