QmlDesigner.PropertyEditor: fixing step size for opacity

Change-Id: I461baba451c0aed3c34ec581bccce82f954df511
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2013-10-23 14:22:22 +02:00
parent f02197244e
commit 8b2682b257

View File

@@ -137,6 +137,7 @@ Rectangle {
minimumValue: 0
maximumValue: 1
hasSlider: true
stepSize: 0.1
}
Item {
Layout.fillWidth: true