diff --git a/applets/digital-clock/package/contents/ui/CalendarView.qml b/applets/digital-clock/package/contents/ui/CalendarView.qml index af0e2022e..acbb8649e 100644 --- a/applets/digital-clock/package/contents/ui/CalendarView.qml +++ b/applets/digital-clock/package/contents/ui/CalendarView.qml @@ -71,7 +71,10 @@ PlasmaExtras.Representation { // ----------------- ColumnLayout { id: eventHeader + + anchors.left: parent.left width: visible ? parent.width / 2 - 1 : 0 + visible: calendar.showAgenda || calendar.showClocks RowLayout { PlasmaExtras.Heading {