mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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
|
asynchronous: true
|
||||||
autoTransform: true
|
autoTransform: true
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
sourceSize: Qt.size(100, 100)
|
|
||||||
}
|
}
|
||||||
BusyIndicator {
|
BusyIndicator {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue