Smooth Avatars in timeline

This helps on low-dpi screens, getting rid of the jaggies.
This commit is contained in:
Mayeul Cantan 2020-08-21 21:17:35 +02:00
parent c3524ba89b
commit a176f0bf35
1 changed files with 1 additions and 1 deletions

View File

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