Skip to content
Snippets Groups Projects
Commit 3e59b76b authored by Malte E's avatar Malte E
Browse files

add space below datebubble and own message bubbles

parent 8a78920b
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@ Item {
Column {
topPadding: userName_.visible? 4: 0
bottomPadding: Settings.bubbles? (isSender? 0 : 2) : 3
bottomPadding: Settings.bubbles? (isSender && previousMessageDay == day? 0 : 2) : 3
spacing: 8
visible: (previousMessageUserId !== userId || previousMessageDay !== day || isStateEvent !== previousMessageIsStateEvent)
width: parentWidth
......@@ -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
......
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