Have bottom padding again for DayBreak

This commit is contained in:
miruka 2019-07-20 02:27:17 -04:00
parent 3e1e924147
commit 7a959115ef

View File

@ -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 {} }