add space between date bubble and own messages
This commit is contained in:
parent
3e59b76b54
commit
637abac334
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue