diff options
-rw-r--r-- | views/calendar/qml/WeekView.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
200 | width: root.dayWidth | 200 | width: root.dayWidth |
201 | height: root.hourHeight * 24 | 201 | height: root.hourHeight * 24 |
202 | 202 | ||
203 | clip: true | ||
204 | |||
203 | color: Kube.Colors.viewBackgroundColor | 205 | color: Kube.Colors.viewBackgroundColor |
204 | 206 | ||
205 | Column { | 207 | Column { |