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