1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index 6363a87d..a9a142b9 100644
--- a/resources/qml/MessageView.qml
+++ b/resources/qml/MessageView.qml
@@ -396,7 +396,7 @@ Item {
anchors.horizontalCenter: parent ? parent.horizontalCenter : undefined
width: chat.delegateMaxWidth
- height: section.active ? section.height + timelinerow.height: timelinerow.height
+ height: section.active ? section.height + timelinerow.height : timelinerow.height
hoverEnabled: true
|