summary refs log tree commit diff
path: root/resources/qml/ReplyPopup.qml
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-02-11 22:02:30 +0100
committerMalte E <malte.e@mailbox.org>2022-02-11 22:02:30 +0100
commitd0ac110cb7013124c511bbe3ea2dc05db9e695b2 (patch)
tree81d12ddf7159dac63d731153e1ce999301d98b28 /resources/qml/ReplyPopup.qml
parentfixed most of the binding loops (diff)
downloadnheko-d0ac110cb7013124c511bbe3ea2dc05db9e695b2.tar.xz
Fix layout - no more binding loops (hopefully)
Diffstat (limited to 'resources/qml/ReplyPopup.qml')
-rw-r--r--resources/qml/ReplyPopup.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/ReplyPopup.qml b/resources/qml/ReplyPopup.qml
index e6c83835..ef0d7c60 100644
--- a/resources/qml/ReplyPopup.qml
+++ b/resources/qml/ReplyPopup.qml
@@ -47,6 +47,7 @@ Rectangle {
         userId: modelData.userId ?? ""
         userName: modelData.userName ?? ""
         encryptionError: modelData.encryptionError ?? ""
+        width: parent.width
     }
 
     ImageButton {