summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-03-12 22:51:02 +0100
committerMalte E <malte.e@mailbox.org>2022-03-12 22:51:02 +0100
commit637abac334755bb115f2d83f97d55ae6218f62bb (patch)
tree0d400445bd24067dae9130eec05214bd5ed7281b /resources
parentadd space below datebubble and own message bubbles (diff)
downloadnheko-637abac334755bb115f2d83f97d55ae6218f62bb.tar.xz
add space between date bubble and own messages
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/MessageView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml

index 6363a87d..a9a142b9 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml
@@ -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