Fix avatar attachment spinbox min/max values

This commit is contained in:
David Rowe 2018-06-11 16:24:45 +12:00
parent 0161015746
commit 11178d80f7

View file

@ -31,8 +31,8 @@ SpinBox {
property real maximumValue: 0.0
property real realValue: 0.0
property real realFrom: 0.0
property real realTo: 100.0
property real realFrom: minimumValue
property real realTo: maximumValue
property real realStepSize: 1.0
signal editingFinished()