diff options
author | Malte E <malte.e@mailbox.org> | 2022-02-11 22:02:30 +0100 |
---|---|---|
committer | Malte E <malte.e@mailbox.org> | 2022-02-11 22:02:30 +0100 |
commit | d0ac110cb7013124c511bbe3ea2dc05db9e695b2 (patch) | |
tree | 81d12ddf7159dac63d731153e1ce999301d98b28 /resources/qml/ReplyPopup.qml | |
parent | fixed most of the binding loops (diff) | |
download | nheko-d0ac110cb7013124c511bbe3ea2dc05db9e695b2.tar.xz |
Fix layout - no more binding loops (hopefully)
Diffstat (limited to 'resources/qml/ReplyPopup.qml')
-rw-r--r-- | resources/qml/ReplyPopup.qml | 1 |
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 { |