From 4c2fc9e0b731017b4578cd8cd5f6fd8d557d81ed Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 1 Aug 2018 18:39:51 +0200 Subject: Clip events that go past the end of the day --- views/calendar/qml/WeekView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml index 227dc3d9..1386e53b 100644 --- a/views/calendar/qml/WeekView.qml +++ b/views/calendar/qml/WeekView.qml @@ -200,6 +200,8 @@ FocusScope { width: root.dayWidth height: root.hourHeight * 24 + clip: true + color: Kube.Colors.viewBackgroundColor Column { -- cgit v1.2.3