From a176f0bf35a3e855f269d6349ebce37252746f94 Mon Sep 17 00:00:00 2001 From: Mayeul Cantan Date: Fri, 21 Aug 2020 21:17:35 +0200 Subject: [PATCH] Smooth Avatars in timeline This helps on low-dpi screens, getting rid of the jaggies. --- resources/qml/Avatar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Avatar.qml b/resources/qml/Avatar.qml index 34b029a6..4adff572 100644 --- a/resources/qml/Avatar.qml +++ b/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