Smooth Avatars in timeline

This helps on low-dpi screens, getting rid of the jaggies.
pull/314/head
Mayeul Cantan 5 years ago
parent c3524ba89b
commit a176f0bf35
  1. 2
      resources/qml/Avatar.qml

@ -33,7 +33,7 @@ Rectangle {
asynchronous: true
fillMode: Image.PreserveAspectCrop
mipmap: true
smooth: false
smooth: true
sourceSize.width: avatar.width
sourceSize.height: avatar.height
layer.enabled: true

Loading…
Cancel
Save