Skip to content
Snippets Groups Projects
Commit a176f0bf authored by Mayeul Cantan's avatar Mayeul Cantan
Browse files

Smooth Avatars in timeline

This helps on low-dpi screens, getting rid of the jaggies.
parent c3524ba8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment