mirror of
https://github.com/muesli/telephant
synced 2024-11-26 05:10:18 +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
|
id: view
|
||||||
spacing: 12
|
spacing: 12
|
||||||
clip: true
|
clip: true
|
||||||
|
cacheBuffer: 10000
|
||||||
|
|
||||||
ScrollBar.vertical: ScrollBar {
|
ScrollBar.vertical: ScrollBar {
|
||||||
width: 12
|
width: 12
|
||||||
|
|
Loading…
Reference in a new issue