summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/calendar/qml/WeekView.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml
index 868e7ee9..227dc3d9 100644
--- a/views/calendar/qml/WeekView.qml
+++ b/views/calendar/qml/WeekView.qml
@@ -200,14 +200,12 @@ FocusScope {
200 width: root.dayWidth 200 width: root.dayWidth
201 height: root.hourHeight * 24 201 height: root.hourHeight * 24
202 202
203 border.width: 1
204 border.color: Kube.Colors.lightgrey
205 color: Kube.Colors.viewBackgroundColor 203 color: Kube.Colors.viewBackgroundColor
206 204
207 Column { 205 Column {
208 anchors.fill: parent 206 anchors.fill: parent
209 Repeater { 207 Repeater {
210 model: 24 208 model: 12
211 delegate: Rectangle { 209 delegate: Rectangle {
212 height: root.hourHeight * 2 210 height: root.hourHeight * 2
213 width: parent.width 211 width: parent.width