forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: fixing step size for opacity
Change-Id: I461baba451c0aed3c34ec581bccce82f954df511 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -137,6 +137,7 @@ Rectangle {
|
|||||||
minimumValue: 0
|
minimumValue: 0
|
||||||
maximumValue: 1
|
maximumValue: 1
|
||||||
hasSlider: true
|
hasSlider: true
|
||||||
|
stepSize: 0.1
|
||||||
}
|
}
|
||||||
Item {
|
Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|||||||
Reference in New Issue
Block a user