mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 21:23:18 +02:00
Fix avatar attachment spinbox min/max values
This commit is contained in:
parent
0161015746
commit
11178d80f7
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue