summary refs log tree commit diff
path: root/resources/qml/delegates
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-02-11 23:12:04 +0100
committerMalte E <malte.e@mailbox.org>2022-02-11 23:12:04 +0100
commit894438c6cebcba7bc3519460bbfd2a7e2290b446 (patch)
tree8247c7789e1f4bb716a9999c82daf7d1e62eb332 /resources/qml/delegates
parentFix layout - no more binding loops (hopefully) (diff)
downloadnheko-894438c6cebcba7bc3519460bbfd2a7e2290b446.tar.xz
place own bubbles on right and remove user info
Diffstat (limited to 'resources/qml/delegates')
-rw-r--r--resources/qml/delegates/Encrypted.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/delegates/Encrypted.qml b/resources/qml/delegates/Encrypted.qml

index d82f027b..ecc771f5 100644 --- a/resources/qml/delegates/Encrypted.qml +++ b/resources/qml/delegates/Encrypted.qml
@@ -16,7 +16,7 @@ Rectangle { required property string eventId radius: fontMetrics.lineSpacing / 2 + Nheko.paddingMedium - width: parent.width + width: parent.width? parent.width : 0 implicitWidth: encryptedText.implicitWidth+24+Nheko.paddingMedium*3 // Column doesn't provide a useful implicitWidth, should be replaced by ColumnLayout height: contents.implicitHeight + Nheko.paddingMedium * 2 color: Nheko.colors.alternateBase