Speed up sidebar-settings scrolling

Scroll three rows in one scroll event instead of one
This commit is contained in:
tsaaristo 2017-07-06 15:56:08 +03:00
parent 071005541c
commit ad87f154f3

View file

@ -142,6 +142,7 @@ Item
style: UM.Theme.styles.scrollview;
flickableItem.flickableDirection: Flickable.VerticalFlick;
__wheelAreaScrollSpeed: 75; // Scroll three lines in one scroll event
ListView
{