Replaced Image {} per IconImage {} where applicable

This commit is contained in:
Sébastien Atoch 2025-08-03 08:49:03 -04:00
parent e2d02afc9a
commit 2f14dba144
13 changed files with 69 additions and 127 deletions

View file

@ -136,12 +136,9 @@ PanelWindow {
source: modelData
fillMode: Image.PreserveAspectCrop
asynchronous: true
cache: false
cache: true
smooth: true
mipmap: true
// Limit memory usage
sourceSize.width: Math.min(width, 480)
sourceSize.height: Math.min(height, 270)
}
MouseArea {
anchors.fill: parent