Try to smooth scrolling a bit by increasing cacheBuffer

This commit is contained in:
Nicolas Werner 2020-05-13 23:55:02 +02:00
parent d6981355d3
commit 2c3d09edbb
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ Page {
visible: timelineManager.timeline != null visible: timelineManager.timeline != null
cacheBuffer: 500
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
anchors.top: parent.top anchors.top: parent.top