diff --git a/src/qml/ReplyComponent.qml b/src/qml/ReplyComponent.qml index 2518f5212..18992b668 100644 --- a/src/qml/ReplyComponent.qml +++ b/src/qml/ReplyComponent.qml @@ -80,7 +80,7 @@ Item { GridLayout { id: mainLayout anchors.fill: parent - implicitHeight: Math.max(replyAvatar.implicitHeight, replyName.implicitHeight) + loader.implicitHeight + implicitHeight: Math.max(replyAvatar.implicitHeight, replyName.implicitHeight) + loader.height rows: 2 columns: 3