fix(Chat): The text and emoji are not vertically aligned in the chat message
Added top margin in message text. Fixes #5953
This commit is contained in:
parent
6743bee1aa
commit
b039e9d67d
|
@ -509,6 +509,7 @@ Item {
|
|||
anchors.leftMargin: chatImage.imageWidth + Style.current.padding + root.chatHorizontalPadding
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: root.chatHorizontalPadding
|
||||
anchors.topMargin: (!chatName.visible || !chatReply.active || !pinnedRectangleLoader.active) ? Style.current.halfPadding : 0
|
||||
visible: !editModeOn
|
||||
ChatTextView {
|
||||
id: chatText
|
||||
|
|
Loading…
Reference in New Issue