mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-23 09:29:58 +02:00
8984 Opening tablet with "Enter" key displays the audio menu
This commit is contained in:
parent
788514adb0
commit
e201e203b8
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ import "../audio" as HifiAudio
|
||||||
Item {
|
Item {
|
||||||
id: tablet
|
id: tablet
|
||||||
objectName: "tablet"
|
objectName: "tablet"
|
||||||
property int rowIndex: 0
|
property int rowIndex: 6 // by default
|
||||||
property int columnIndex: 0
|
property int columnIndex: 1 // point to 'go to location'
|
||||||
property int count: (flowMain.children.length - 1)
|
property int count: (flowMain.children.length - 1)
|
||||||
|
|
||||||
// used to look up a button by its uuid
|
// used to look up a button by its uuid
|
||||||
|
|
Loading…
Reference in a new issue