mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:38:27 +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
|
flickableDirection: Flickable.AutoFlickIfNeeded
|
||||||
keyNavigationEnabled: false
|
keyNavigationEnabled: false
|
||||||
highlightFollowsCurrentItem: false
|
highlightFollowsCurrentItem: false
|
||||||
|
interactive: false
|
||||||
|
|
||||||
property int previousGridIndex: -1
|
property int previousGridIndex: -1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue