@ -223,17 +223,8 @@ Item {
visible: timelineManager.replyingEvent && chat.model
width: parent.width
// Height of child, plus margins, plus border
height: replyContent.height + 10 + 1
color: colors.window
// For a border on the top.
Rectangle {
anchors.left: parent.left
anchors.right: parent.right
height: 1
color: colors.mid
}
height: replyContent.height + 10
color: colors.dark
RowLayout {
id: replyContent