From 8767518432c1657da01492bd44d42dc8cb606d41 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 5 May 2019 15:18:37 +0200 Subject: [PATCH] Keep avatars as we retrieve them --- qml/MessageView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/MessageView.qml b/qml/MessageView.qml index 97ce9f3..6534b88 100644 --- a/qml/MessageView.qml +++ b/qml/MessageView.qml @@ -70,7 +70,7 @@ ColumnLayout { sourceSize.width: 48 width: 48 fillMode: Image.PreserveAspectCrop - roundness: 8 + // roundness: 8 rounded: true opacity: 0.8 }