diff options
Diffstat (limited to 'views/calendar/qml/WeekView.qml')
-rw-r--r-- | views/calendar/qml/WeekView.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml index 658d8e96..73436bc9 100644 --- a/views/calendar/qml/WeekView.qml +++ b/views/calendar/qml/WeekView.qml | |||
@@ -114,7 +114,10 @@ FocusScope { | |||
114 | 114 | ||
115 | clip: true | 115 | clip: true |
116 | 116 | ||
117 | model: DaylongEvents {} | 117 | model: DaylongEvents { |
118 | start: root.startDate | ||
119 | length: root.daysToShow | ||
120 | } | ||
118 | 121 | ||
119 | delegate: Item { | 122 | delegate: Item { |
120 | height: Kube.Units.gridUnit + 2 // +2 to make good for the white border | 123 | height: Kube.Units.gridUnit + 2 // +2 to make good for the white border |