mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +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
|
||||
minimumValue: preference.min
|
||||
maximumValue: preference.max
|
||||
realStepSize: preference.step
|
||||
width: 100
|
||||
onValueChanged: {
|
||||
slider.value = realValue;
|
||||
|
|
Loading…
Reference in a new issue