mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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.rightMargin: 26
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: HMD.active ? 80 : 0
|
||||
spacing: 8
|
||||
|
||||
ColumnLayout {
|
||||
|
|
Loading…
Reference in a new issue