From b187440e68334b828d7271ac3d51dfd4fd24b18d Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 25 Aug 2023 20:43:04 +0200 Subject: Reimplement reply delegate by moving out the timeline event without layout --- resources/qml/Reactions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/Reactions.qml') diff --git a/resources/qml/Reactions.qml b/resources/qml/Reactions.qml index eff62fc1..5b994145 100644 --- a/resources/qml/Reactions.qml +++ b/resources/qml/Reactions.qml @@ -74,10 +74,10 @@ Flow { anchors.verticalCenter: divider.verticalCenter fillMode: Image.PreserveAspectFit height: textMetrics.height + mipmap: true 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 -- cgit 1.5.1