diff options
author | Minijackson <minijackson@riseup.net> | 2018-05-15 11:35:57 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-05-15 11:36:32 +0200 |
commit | 91c0ffffb29331ab77d9af1494b809f15c6eae7e (patch) | |
tree | bc50d0dfaca7f12695c959ac87c797293f49a3f3 /views/calendar/qml/WeekView.qml | |
parent | b234c6c74ba76e8d58ab9a55ab1054eb761697e1 (diff) | |
download | kube-91c0ffffb29331ab77d9af1494b809f15c6eae7e.tar.gz kube-91c0ffffb29331ab77d9af1494b809f15c6eae7e.zip |
Nitpickscalendar-feature/daylongevents
Diffstat (limited to 'views/calendar/qml/WeekView.qml')
-rw-r--r-- | views/calendar/qml/WeekView.qml | 2 |
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 | ||