From 2c3d09edbb3236e8f3c8f41f23420615906bb158 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 13 May 2020 23:55:02 +0200 Subject: [PATCH] Try to smooth scrolling a bit by increasing cacheBuffer --- resources/qml/TimelineView.qml | 2 ++ 1 file changed, 2 insertions(+) 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