mirror of
https://github.com/muesli/telephant
synced 2024-11-22 11:23:05 +00:00
Increase cacheBuffer for listviews to improve performance
This commit is contained in:
parent
d3dfa08d36
commit
ff977f8ded
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ ListView {
|
|||
id: view
|
||||
spacing: 12
|
||||
clip: true
|
||||
cacheBuffer: 10000
|
||||
|
||||
ScrollBar.vertical: ScrollBar {
|
||||
width: 12
|
||||
|
|
Loading…
Reference in a new issue