QmlDesigner.PropertyEditor: proper maximum/minimumValues

The default was 0-100. This patch allows a bigger range.

Task-number: QTCREATORBUG-11541
Change-Id: I6b5c29cef1e4706814a9b7cf2d1f2186d7e681c7
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Thomas Hartmann
2014-03-03 15:57:58 +01:00
parent 53e687eca6
commit bbe35e1991

View File

@@ -3,5 +3,7 @@ Label {
toolTip: "%1"
}
SpinBox {
maximumValue: 9999999
minimumValue: -9999999
backendValue: backendValues.%2
}