diff options
author | Thomas Hartmann <thomas.hartmann@qt.io> | 2019-06-12 11:38:27 +0200 |
---|---|---|
committer | Thomas Hartmann <thomas.hartmann@qt.io> | 2019-06-12 11:30:02 +0000 |
commit | f6db77a0cc56e2ec9a1a66918c52df1b319daa14 (patch) | |
tree | bcf83ccbe568116d664c0835282ec1e5ea94bfcb | |
parent | 25bd5976bad71e30dda89693127bad825c24e3e1 (diff) | |
download | qt-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.qml | 2 |
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 |