mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Fix BUGZ-814 in VR mode: Add a top margin to tablet graphics settings
This commit is contained in:
parent
bee8ba489a
commit
1cd136f178
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ Item {
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: 26
|
anchors.rightMargin: 26
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
anchors.topMargin: HMD.active ? 80 : 0
|
||||||
spacing: 8
|
spacing: 8
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
|
Loading…
Reference in a new issue