mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +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