mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:29:32 +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
|
margins: 4
|
||||||
}
|
}
|
||||||
clip: true
|
clip: true
|
||||||
snapMode: ListView.SnapToItem
|
cacheBuffer: 4000
|
||||||
|
|
||||||
model: ListModel {}
|
model: ListModel {}
|
||||||
delegate: Item {
|
delegate: Item {
|
||||||
|
|
Loading…
Reference in a new issue