From 55107ed0ce6d457b82fa2e64878712198a6c0f1f Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 25 Aug 2023 21:03:05 +0200 Subject: Fix some reply layouting loops --- resources/qml/ReplyPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/ReplyPopup.qml') diff --git a/resources/qml/ReplyPopup.qml b/resources/qml/ReplyPopup.qml index 64c58e56..5657c08a 100644 --- a/resources/qml/ReplyPopup.qml +++ b/resources/qml/ReplyPopup.qml @@ -32,7 +32,7 @@ Rectangle { eventId: room.reply ?? "" userColor: TimelineManager.userColor(modelData.userId, palette.window) visible: room && room.reply - width: parent.width + maxWidth: parent.width - anchors.leftMargin - anchors.rightMargin } ImageButton { id: closeReplyButton -- cgit v1.2.3