mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:36:44 +02:00
set minimum shoulder width to 25 cm (based on discussion with Tony)
This commit is contained in:
parent
3a62184afd
commit
b16efb2afb
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ Flickable {
|
||||||
width: 160
|
width: 160
|
||||||
label: "Shoulder Width"
|
label: "Shoulder Width"
|
||||||
suffix: " cm"
|
suffix: " cm"
|
||||||
minimumValue: 0
|
minimumValue: 25.0
|
||||||
maximumValue: 50.0
|
maximumValue: 50.0
|
||||||
realStepSize: 1.0
|
realStepSize: 1.0
|
||||||
decimals: 1
|
decimals: 1
|
||||||
|
|
Loading…
Reference in a new issue