[ui] ImageGallery thumbnails: no need for caching and expensive smooth resizing

This commit is contained in:
Fabien Castan 2023-02-08 21:50:04 +01:00
parent db8b3873e3
commit db8d00e901

View file

@ -109,6 +109,8 @@ Item {
asynchronous: true
autoTransform: true
fillMode: Image.PreserveAspectFit
smooth: false
cache: false
}
BusyIndicator {
anchors.centerIn: parent