From 1cd136f17832ddce5124ff16aab6b91c0e92a145 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 16 Jul 2019 15:15:08 -0700 Subject: [PATCH] Fix BUGZ-814 in VR mode: Add a top margin to tablet graphics settings --- .../resources/qml/hifi/dialogs/graphics/GraphicsSettings.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/resources/qml/hifi/dialogs/graphics/GraphicsSettings.qml b/interface/resources/qml/hifi/dialogs/graphics/GraphicsSettings.qml index f7c82c90a1..8634648d17 100644 --- a/interface/resources/qml/hifi/dialogs/graphics/GraphicsSettings.qml +++ b/interface/resources/qml/hifi/dialogs/graphics/GraphicsSettings.qml @@ -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 {