Smooth pictures in timeline

pull/314/head
Mayeul Cantan 4 years ago
parent a176f0bf35
commit 2c542c398a
  1. 2
      resources/qml/delegates/ImageMessage.qml

@ -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

Loading…
Cancel
Save