mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 20:13:09 +02:00
Make sure Flickable for GridView for TabletHome will not flick
This commit is contained in:
parent
311b9388d6
commit
e5f953c103
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ Item {
|
|||
flickableDirection: Flickable.AutoFlickIfNeeded
|
||||
keyNavigationEnabled: false
|
||||
highlightFollowsCurrentItem: false
|
||||
interactive: false
|
||||
|
||||
property int previousGridIndex: -1
|
||||
|
||||
|
|
Loading…
Reference in a new issue