mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 23:12:36 +02:00
Merge pull request #11123 from vladest/attachment_speedup
Remove snap to item. Add caching for scrolling speedup
This commit is contained in:
commit
60895872ca
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Item {
|
|||
margins: 4
|
||||
}
|
||||
clip: true
|
||||
snapMode: ListView.SnapToItem
|
||||
cacheBuffer: 4000
|
||||
|
||||
model: ListModel {}
|
||||
delegate: Item {
|
||||
|
|
Loading…
Reference in a new issue