diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 18:39:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 18:39:51 +0200 |
commit | 4c2fc9e0b731017b4578cd8cd5f6fd8d557d81ed (patch) | |
tree | 04a2e24801e61ca8f4ed9244ae4409b68d60256b | |
parent | 62fefcccff841d8fcc09e08bd24bd686dd2f86c9 (diff) | |
download | kube-4c2fc9e0b731017b4578cd8cd5f6fd8d557d81ed.tar.gz kube-4c2fc9e0b731017b4578cd8cd5f6fd8d557d81ed.zip |
Clip events that go past the end of the day
-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 { |