summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-05-13 23:55:02 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-05-13 23:55:02 +0200
commit2c3d09edbb3236e8f3c8f41f23420615906bb158 (patch)
tree4101c29f3bd9eb03beed9cb76f81e2e95b69937b /resources
parentAlign scrolling to pixels manually (diff)
downloadnheko-2c3d09edbb3236e8f3c8f41f23420615906bb158.tar.xz
Try to smooth scrolling a bit by increasing cacheBuffer
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/TimelineView.qml2
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