mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 19:34:02 +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 {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue