Page MenuHomePhorge

D97.1729234305.diff
No OneTemporary

Size
973 B
Referenced Files
None
Subscribers
None

D97.1729234305.diff

diff --git a/src/contents/ui/Bubble.qml b/src/contents/ui/Bubble.qml
--- a/src/contents/ui/Bubble.qml
+++ b/src/contents/ui/Bubble.qml
@@ -121,7 +121,7 @@
property var inReplyTo: MouseArea {
Layout.fillWidth: true
Layout.margins: 0
- Layout.minimumHeight: Math.min(inReplyToLayout.implicitHeight, Kirigami.Units.gridUnit * 5)
+ Layout.preferredHeight: inReplyToLayout.implicitHeight
Layout.maximumHeight: Kirigami.Units.gridUnit * 5
clip: true
@@ -147,7 +147,7 @@
source: 'qrc:/EventViewCompact.qml'
active: bubbleRootLayout.replyToOrAnnotatedEventId && !compactMode
asynchronous: true
- Layout.minimumHeight: inReplyToLoader.item ? inReplyToLoader.item.height : 0
+ Layout.preferredHeight: inReplyToLayout.item?.height
Layout.fillWidth: true
property var event: room.messageById(bubbleRootLayout.replyToOrAnnotatedEventId)

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 17, 11:51 PM (25 m, 29 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25715
Default Alt Text
D97.1729234305.diff (973 B)

Event Timeline