mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[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:
parent
9b0be36278
commit
db8b3873e3
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ Item {
|
|||
asynchronous: true
|
||||
autoTransform: true
|
||||
fillMode: Image.PreserveAspectFit
|
||||
sourceSize: Qt.size(100, 100)
|
||||
}
|
||||
BusyIndicator {
|
||||
anchors.centerIn: parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue