From 7a959115ef5fe0d77f339b4dd73e622abac1f8a8 Mon Sep 17 00:00:00 2001 From: miruka Date: Sat, 20 Jul 2019 02:27:17 -0400 Subject: [PATCH] Have bottom padding again for DayBreak --- src/qml/Chat/Timeline/EventDelegate.qml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/qml/Chat/Timeline/EventDelegate.qml b/src/qml/Chat/Timeline/EventDelegate.qml index 3244a630..f6c0a431 100644 --- a/src/qml/Chat/Timeline/EventDelegate.qml +++ b/src/qml/Chat/Timeline/EventDelegate.qml @@ -54,6 +54,12 @@ Column { width: eventDelegate.width } + Item { + visible: dayBreak + width: parent.width + height: topPadding + } + EventContent { x: onRight ? parent.width - width : 0 Behavior on x { HNumberAnimation {} }