Limit memory usage on wallpapers grid. for now
This commit is contained in:
parent
260c74b3e0
commit
5f97b4217a
1 changed files with 4 additions and 1 deletions
|
|
@ -136,9 +136,12 @@ PanelWindow {
|
|||
source: modelData
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
asynchronous: true
|
||||
cache: true
|
||||
cache: false
|
||||
smooth: true
|
||||
mipmap: true
|
||||
// Limit memory usage
|
||||
sourceSize.width: 480
|
||||
sourceSize.height: 270
|
||||
}
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue