mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] ImageGallery thumbnails: no need for caching and expensive smooth resizing
This commit is contained in:
parent
db8b3873e3
commit
db8d00e901
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ Item {
|
|||
asynchronous: true
|
||||
autoTransform: true
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: false
|
||||
cache: false
|
||||
}
|
||||
BusyIndicator {
|
||||
anchors.centerIn: parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue