Increase max flick velocity for HListView

This commit is contained in:
miruka 2019-09-06 16:51:26 -04:00
parent c35492ca62
commit 14e01159c6

View File

@ -13,6 +13,7 @@ ListView {
preferredHighlightBegin: height / 2 - currentItemHeight
preferredHighlightEnd: height / 2 + currentItemHeight
maximumFlickVelocity: 5000
property bool enableFlicking: true