mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Missed two tabs..
This commit is contained in:
parent
4f8d958831
commit
c60c8c7b13
1 changed files with 3 additions and 3 deletions
|
@ -64,12 +64,12 @@ Preference {
|
|||
}
|
||||
anchors {
|
||||
right: spinner.left
|
||||
rightMargin: 10
|
||||
rightMargin: 10
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
colorScheme: hifi.colorSchemes.dark
|
||||
}
|
||||
|
||||
|
||||
SpinBox {
|
||||
id: spinner
|
||||
decimals: preference.decimals
|
||||
|
@ -82,7 +82,7 @@ Preference {
|
|||
}
|
||||
anchors {
|
||||
right: button.left
|
||||
rightMargin: 10
|
||||
rightMargin: 10
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
colorScheme: hifi.colorSchemes.dark
|
||||
|
|
Loading…
Reference in a new issue