[Panorama Viewer] Change default and max values for subdivisions

This commit is contained in:
Landrodie 2021-08-18 10:44:45 +02:00 committed by Fabien Castan
parent b24b59d1c1
commit a8109444f0

View file

@ -18,7 +18,7 @@ FloatingPane {
property int downscaleValue: downscaleSpinBox.value
property int downscaleDefaultValue: 4
property int subdivisionsDefaultValue: 12
property int subdivisionsDefaultValue: 24
property int subdivisionsValue: subdivisionsCtrl.value
property int mouseSpeed: speedSpinBox.value
@ -101,7 +101,7 @@ FloatingPane {
id: subdivisionsCtrl
Layout.fillWidth: false
from: 2
to: 64
to: 72
value: subdivisionsDefaultValue
stepSize: 2
}