diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-13 23:55:02 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-13 23:55:02 +0200 |
commit | 2c3d09edbb3236e8f3c8f41f23420615906bb158 (patch) | |
tree | 4101c29f3bd9eb03beed9cb76f81e2e95b69937b /resources | |
parent | Align scrolling to pixels manually (diff) | |
download | nheko-2c3d09edbb3236e8f3c8f41f23420615906bb158.tar.xz |
Try to smooth scrolling a bit by increasing cacheBuffer
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/TimelineView.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index eca646d1..15cafd8c 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -109,6 +109,8 @@ Page { visible: timelineManager.timeline != null + cacheBuffer: 500 + anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top |