[Distortion Viewer] change subdivisions stepsize to 2

This commit is contained in:
Thomas Zorroche 2021-01-20 10:34:06 +01:00 committed by Fabien Castan
parent 539c026988
commit f91f734a32

View file

@ -12,7 +12,7 @@ FloatingPane {
radius: 0
property int opacityDefaultValue: 100
property int subdivisionsDefaultValue: 5
property int subdivisionsDefaultValue: 4
property real slidersPowerValue: 4
property int opacityValue: Math.pow(opacityCtrl.value, 1)
@ -142,7 +142,7 @@ FloatingPane {
from: 2
to: 10
value: subdivisionsDefaultValue
stepSize: 1
stepSize: 2
}
}