Smooth pictures in timeline
This commit is contained in:
parent
a176f0bf35
commit
2c542c398a
@ -29,6 +29,8 @@ Item {
|
|||||||
source: model.data.url.replace("mxc://", "image://MxcImage/")
|
source: model.data.url.replace("mxc://", "image://MxcImage/")
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
|
smooth: true
|
||||||
|
mipmap: true
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
id: mouseArea
|
id: mouseArea
|
||||||
|
Loading…
Reference in New Issue
Block a user