Fix BUGZ-814 in VR mode: Add a top margin to tablet graphics settings

This commit is contained in:
Zach Fox 2019-07-16 15:15:08 -07:00
parent bee8ba489a
commit 1cd136f178

View file

@ -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 {