add space between date bubble and own messages

This commit is contained in:
Malte E 2022-03-12 22:51:02 +01:00
parent 3e59b76b54
commit 637abac334
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ Item {
anchors.horizontalCenter: parent ? parent.horizontalCenter : undefined anchors.horizontalCenter: parent ? parent.horizontalCenter : undefined
width: chat.delegateMaxWidth width: chat.delegateMaxWidth
height: section.active ? section.height + timelinerow.height: timelinerow.height height: section.active ? section.height + timelinerow.height : timelinerow.height
hoverEnabled: true hoverEnabled: true