mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[Panorama Viewer] Change default and max values for subdivisions
This commit is contained in:
parent
b24b59d1c1
commit
a8109444f0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue