Merge pull request #15941 from zfox23/graphicsSettingsMargin

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:26:43 -07:00 committed by GitHub
commit a4f4961dfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {