summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2018-05-15 11:35:57 +0200
committerMinijackson <minijackson@riseup.net>2018-05-15 11:36:32 +0200
commit91c0ffffb29331ab77d9af1494b809f15c6eae7e (patch)
treebc50d0dfaca7f12695c959ac87c797293f49a3f3 /views
parentb234c6c74ba76e8d58ab9a55ab1054eb761697e1 (diff)
downloadkube-91c0ffffb29331ab77d9af1494b809f15c6eae7e.tar.gz
kube-91c0ffffb29331ab77d9af1494b809f15c6eae7e.zip
Diffstat (limited to 'views')
-rw-r--r--views/calendar/qml/WeekView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml
index 5272e6a4..bcf037fa 100644
--- a/views/calendar/qml/WeekView.qml
+++ b/views/calendar/qml/WeekView.qml
@@ -98,7 +98,7 @@ FocusScope {
98 height: parent.height 98 height: parent.height
99 x: root.dayWidth * model.starts 99 x: root.dayWidth * model.starts
100 //color: model.color 100 //color: model.color
101 color: "#af1a6a" 101 color: Kube.Colors.jazzberryJam
102 border.width: 1 102 border.width: 1
103 border.color: Kube.Colors.viewBackgroundColor 103 border.color: Kube.Colors.viewBackgroundColor
104 104