From 3a013bf86e6071ddaa1a70d428fc084fe5f54781 Mon Sep 17 00:00:00 2001 From: vladest Date: Sat, 5 Aug 2017 13:28:08 +0200 Subject: [PATCH] Remove snap to item. Add caching for scrolling speedup --- .../resources/qml/hifi/dialogs/content/AttachmentsContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/dialogs/content/AttachmentsContent.qml b/interface/resources/qml/hifi/dialogs/content/AttachmentsContent.qml index 4adb485c2b..62cd581e3b 100644 --- a/interface/resources/qml/hifi/dialogs/content/AttachmentsContent.qml +++ b/interface/resources/qml/hifi/dialogs/content/AttachmentsContent.qml @@ -50,7 +50,7 @@ Item { margins: 4 } clip: true - snapMode: ListView.SnapToItem + cacheBuffer: 4000 model: ListModel {} delegate: Item {