Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F112648
D97.1732340172.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
973 B
Referenced Files
None
Subscribers
None
D97.1732340172.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 9:36 PM (18 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39121
Default Alt Text
D97.1732340172.diff (973 B)
Attached To
Mode
D97: Optimize replied-to event style
Attached
Detach File
Event Timeline
Log In to Comment