mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 13:33:38 +02:00
chnaged default head offset
This commit is contained in:
parent
258c21838e
commit
6e1f9d275c
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,7 @@ Rectangle {
|
|||
label: "Y: offset"
|
||||
minimumValue: -10
|
||||
stepSize: 0.0254
|
||||
value: -0.05
|
||||
colorScheme: hifi.colorSchemes.dark
|
||||
|
||||
onEditingFinished: {
|
||||
|
@ -165,6 +166,7 @@ Rectangle {
|
|||
minimumValue: -10
|
||||
stepSize: 0.0254
|
||||
decimals: 4
|
||||
value: -0.05
|
||||
colorScheme: hifi.colorSchemes.dark
|
||||
|
||||
onEditingFinished: {
|
||||
|
|
Loading…
Reference in a new issue