Add kineticScrollingDeceleration setting

This commit is contained in:
miruka
2020-07-14 05:46:48 -04:00
parent 8b11ddd5b5
commit efda3a419e
5 changed files with 8 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ ListView {
preferredHighlightEnd: height / 2 + currentItemHeight / 2
maximumFlickVelocity: window.settings.kineticScrollingMaxSpeed
flickDeceleration: window.settings.kineticScrollingDeceleration
highlight: Rectangle {
color: theme.controls.listView.highlight