Skip to content
Snippets Groups Projects
Commit 82426b37 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.PropertyEditor: disabling slider in SliderSpinBox


This just looks broken atm.

Change-Id: Id7064fa92e3bbfeac693cf500ec268090e641ea4
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 508e2ebc
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ SpinBox {
minimumValue: spinBox.minimumValue
value: spinBox.value
visible: false
onValueChanged: {
spinBox.value = value
......
......@@ -74,7 +74,7 @@ Controls.SpinBox {
anchors.right: parent.right
anchors.top: parent.bottom
height: 10;
visible: spinBox.hasSlider
visible: false
maximumValue: spinBox.maximumValue
minimumValue: spinBox.minimumValue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment