Improve images resizing quality accross the board

- Using mipmap: true and smooth: true for images that are downscaled
(avatar, icons, ...)
- Using mipmap: false and smooth: true for images that are potentially
upscaled (background, overview, ...)
This commit is contained in:
Sébastien Atoch 2025-08-02 21:04:26 -04:00
parent 02e6367d73
commit 260c74b3e0
12 changed files with 19 additions and 7 deletions

View file

@ -130,6 +130,7 @@ PanelWindow {
anchors.margins: 4
fillMode: Image.PreserveAspectFit
smooth: true
mipmap: true
cache: false
asynchronous: true
sourceSize.width: 36