Have bottom padding again for DayBreak
This commit is contained in:
parent
3e1e924147
commit
7a959115ef
|
@ -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 {} }
|
||||
|
|
Loading…
Reference in New Issue
Block a user