add space between date bubble and own messages
This commit is contained in:
parent
3e59b76b54
commit
637abac334
@ -396,7 +396,7 @@ Item {
|
||||
|
||||
anchors.horizontalCenter: parent ? parent.horizontalCenter : undefined
|
||||
width: chat.delegateMaxWidth
|
||||
height: section.active ? section.height + timelinerow.height: timelinerow.height
|
||||
height: section.active ? section.height + timelinerow.height : timelinerow.height
|
||||
|
||||
hoverEnabled: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user