From 06010dbcaee623691f5dc4355715538c867fb988 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 27 Jun 2020 15:54:28 +1200 Subject: [PATCH] Fix position of recommended puck placement dialog --- interface/resources/qml/hifi/tablet/ControllerSettings.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/tablet/ControllerSettings.qml b/interface/resources/qml/hifi/tablet/ControllerSettings.qml index fd3e60784b..338c8b7384 100644 --- a/interface/resources/qml/hifi/tablet/ControllerSettings.qml +++ b/interface/resources/qml/hifi/tablet/ControllerSettings.qml @@ -96,7 +96,8 @@ Item { HifiControls.ImageMessageBox { id: imageMessageBox - anchors.fill: parent + anchors.top: parent.top + anchors.topMargin: 444 z: 2000 imageWidth: 442 imageHeight: 670