From 59c406637c1959ef34ff1291c4981a45939f3391 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Sat, 22 Jul 2023 14:08:14 -0400 Subject: [PATCH] Use mipmap on custom reactions --- resources/qml/Reactions.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Reactions.qml b/resources/qml/Reactions.qml index 5ab58beb..eff62fc1 100644 --- a/resources/qml/Reactions.qml +++ b/resources/qml/Reactions.qml @@ -77,6 +77,7 @@ Flow { source: modelData.key.startsWith("mxc://") ? (modelData.key.replace("mxc://", "image://MxcImage/") + "?scale") : "" visible: modelData.key.startsWith("mxc://") width: textMetrics.height + mipmap: true } Rectangle { id: divider