[ui] ImageGallery: do not reduce thumbnail resolution

As we rely on the thumbnails cache, the images are already downscaled at
a small resolution. So there is no more need to force a max resolution
on the Qml Image.
This commit is contained in:
Fabien Castan 2023-02-08 18:20:54 +01:00
parent 9b0be36278
commit db8b3873e3

View file

@ -109,7 +109,6 @@ Item {
asynchronous: true
autoTransform: true
fillMode: Image.PreserveAspectFit
sourceSize: Qt.size(100, 100)
}
BusyIndicator {
anchors.centerIn: parent