summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-03-10 21:54:26 +0100
committerMalte E <malte.e@mailbox.org>2022-03-10 21:54:26 +0100
commit7ec0539476bfee5514b92a055e1cbc6e46ea7c69 (patch)
treedb84da6aa4f1dc48f2ee8b5fba9ce9ab3980aae9 /resources
parentright-align reactions of right-aligned bubbles (diff)
downloadnheko-7ec0539476bfee5514b92a055e1cbc6e46ea7c69.tar.xz
reduce replied-to message to implicitWidth if non-bubble layout is used
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/TimelineRow.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml

index 7ebcdf7e..97e2bcf0 100644 --- a/resources/qml/TimelineRow.qml +++ b/resources/qml/TimelineRow.qml
@@ -103,6 +103,7 @@ Item { Layout.row: 0 Layout.column: 0 Layout.fillWidth: true + Layout.maximumWidth: Settings.bubbles? Number.MAX_VALUE : implicitWidth Layout.bottomMargin: visible? 2 : 0 Layout.preferredHeight: height id: reply