Merge pull request #11123 from vladest/attachment_speedup

Remove snap to item. Add caching for scrolling speedup
This commit is contained in:
Seth Alves 2017-08-07 13:18:50 -07:00 committed by GitHub
commit 60895872ca

View file

@ -50,7 +50,7 @@ Item {
margins: 4
}
clip: true
snapMode: ListView.SnapToItem
cacheBuffer: 4000
model: ListModel {}
delegate: Item {