QmlDesigner: Slightly reduce size of the spin box

Change-Id: Ida09ddf17fcdc7000b03c6020334e30cfa7c74ee
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2019-06-12 11:38:27 +02:00
parent 25bd5976ba
commit f6db77a0cc

View File

@@ -41,7 +41,7 @@ Item {
property alias backendValue: spinBox.backendValue property alias backendValue: spinBox.backendValue
property alias sliderIndicatorVisible: spinBox.sliderIndicatorVisible property alias sliderIndicatorVisible: spinBox.sliderIndicatorVisible
width: 120 width: 96
implicitHeight: spinBox.height implicitHeight: spinBox.height
property bool __initialized: false property bool __initialized: false