mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 21:55:53 +02:00
Fix slider vertical alignment
This commit is contained in:
parent
a51dd43dff
commit
c3b47088c9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Preference {
|
|||
left: parent.left
|
||||
right: slider.left
|
||||
rightMargin: hifi.dimensions.contentSpacing.x
|
||||
verticalCenter: spinner.verticalCenter
|
||||
verticalCenter: slider.verticalCenter
|
||||
}
|
||||
wrapMode: Text.Wrap
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue