fix(Chat): ensure chat reply separator doesn't leak into message

Fixes #1988
This commit is contained in:
Pascal Precht 2021-03-23 15:25:07 +01:00 committed by Iuri Matias
parent 7188579e46
commit c28d4054ef
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Loader {
Separator {
anchors.top: repliedMessageType == Constants.imageType ? imgReplyImage.bottom : lblReplyMessage.bottom
anchors.topMargin: repliedMessageType == Constants.imageType ? 15 : 8
anchors.topMargin: Style.current.halfPadding
anchors.left: lblReplyMessage.left
anchors.right: lblReplyMessage.right
anchors.rightMargin: root.chatHorizontalPadding