summaryrefslogtreecommitdiffstats
path: root/resources/qml/ReplyPopup.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-08-25 21:03:05 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-08-25 21:03:05 +0200
commit55107ed0ce6d457b82fa2e64878712198a6c0f1f (patch)
tree77e032526bf6ebb4ea188acff426358e779a661e /resources/qml/ReplyPopup.qml
parentb187440e68334b828d7271ac3d51dfd4fd24b18d (diff)
Fix some reply layouting loops
Diffstat (limited to 'resources/qml/ReplyPopup.qml')
-rw-r--r--resources/qml/ReplyPopup.qml2
1 files changed, 1 insertions, 1 deletions
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