summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/WeekView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/calendar/qml/WeekView.qml')
-rw-r--r--views/calendar/qml/WeekView.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml
index f798e489..bcf037fa 100644
--- a/views/calendar/qml/WeekView.qml
+++ b/views/calendar/qml/WeekView.qml
@@ -97,7 +97,8 @@ FocusScope {
97 width: root.dayWidth * model.duration 97 width: root.dayWidth * model.duration
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: Kube.Colors.jazzberryJam
101 border.width: 1 102 border.width: 1
102 border.color: Kube.Colors.viewBackgroundColor 103 border.color: Kube.Colors.viewBackgroundColor
103 104
@@ -107,7 +108,7 @@ FocusScope {
107 leftMargin: Kube.Units.smallSpacing 108 leftMargin: Kube.Units.smallSpacing
108 } 109 }
109 color: Kube.Colors.highlightedTextColor 110 color: Kube.Colors.highlightedTextColor
110 text: model.text 111 text: model.summary
111 } 112 }
112 } 113 }
113 } 114 }