summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-10-25 13:20:05 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:06:15 +0100
commit3d6f502bcc4bae477eb3f8d51aa7b90a6c9e9f46 (patch)
tree79410962404eef52737deff6d3e8b91776210513 /resources
parentSmall fixes to delegate chooser implementation (diff)
downloadnheko-3d6f502bcc4bae477eb3f8d51aa7b90a6c9e9f46.tar.xz
Incubate delegates asynchronously
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 4e379567..046f7800 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -29,7 +29,7 @@ Rectangle {
 	ListView {
 		id: chat
 
-		cacheBuffer: parent.height
+		cacheBuffer: 2000
 
 		visible: timelineManager.timeline != null
 		anchors.fill: parent