Smooth pictures in timeline

This commit is contained in:
Mayeul Cantan 2020-08-21 21:46:42 +02:00
parent a176f0bf35
commit 2c542c398a
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ Item {
source: model.data.url.replace("mxc://", "image://MxcImage/")
asynchronous: true
fillMode: Image.PreserveAspectFit
smooth: true
mipmap: true
MouseArea {
id: mouseArea