mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:12:46 +02:00
Fix step size in combined slider/spinner QML control
This commit is contained in:
parent
7088fc9d6c
commit
8b2aa93198
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ Preference {
|
||||||
realValue: preference.value
|
realValue: preference.value
|
||||||
minimumValue: preference.min
|
minimumValue: preference.min
|
||||||
maximumValue: preference.max
|
maximumValue: preference.max
|
||||||
|
realStepSize: preference.step
|
||||||
width: 100
|
width: 100
|
||||||
onValueChanged: {
|
onValueChanged: {
|
||||||
slider.value = realValue;
|
slider.value = realValue;
|
||||||
|
|
Loading…
Reference in a new issue