From e201e203b849367255e2653d97c994cca1e0277f Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Tue, 14 Nov 2017 22:18:48 +0300 Subject: [PATCH] 8984 Opening tablet with "Enter" key displays the audio menu --- interface/resources/qml/hifi/tablet/Tablet.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/hifi/tablet/Tablet.qml b/interface/resources/qml/hifi/tablet/Tablet.qml index 66e3dfdbbb..2a086bae94 100644 --- a/interface/resources/qml/hifi/tablet/Tablet.qml +++ b/interface/resources/qml/hifi/tablet/Tablet.qml @@ -8,8 +8,8 @@ import "../audio" as HifiAudio Item { id: tablet objectName: "tablet" - property int rowIndex: 0 - property int columnIndex: 0 + property int rowIndex: 6 // by default + property int columnIndex: 1 // point to 'go to location' property int count: (flowMain.children.length - 1) // used to look up a button by its uuid