Skip to content
Snippets Groups Projects
Commit b7207e4b authored by Capucine Berthet's avatar Capucine Berthet
Browse files

chatView: resolve overlaping issue

Change-Id: I2cff215cf1050128c768b3276cafaa263944043f
parent 250196bb
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,7 @@ Control {
Layout.preferredHeight: innerContent.height + root.extraHeight + (emojiReactions.emojis === "" ? 0 : emojiReactions.height - 8) + (IsEmojiOnly && (root.seq === MsgSeq.last || root.seq === MsgSeq.single) && emojiReactions.emojis === "" ? 15 : 0)
Layout.topMargin: ((seq === MsgSeq.first || seq === MsgSeq.single) && !root.isReply) ? 6 : 0
Layout.bottomMargin: root.bigMsg ? timestampItem.timeLabel.height : 0
Item {
id: avatarBlock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment