diff options
Diffstat (limited to 'views/calendar/qml/WeekView.qml')
-rw-r--r-- | views/calendar/qml/WeekView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml index 9366becc..65e3627b 100644 --- a/views/calendar/qml/WeekView.qml +++ b/views/calendar/qml/WeekView.qml | |||
@@ -125,6 +125,7 @@ FocusScope { | |||
125 | height: parent.height | 125 | height: parent.height |
126 | x: root.dayWidth * model.starts | 126 | x: root.dayWidth * model.starts |
127 | color: model.color | 127 | color: model.color |
128 | radius: 2 | ||
128 | border.width: 1 | 129 | border.width: 1 |
129 | border.color: Kube.Colors.viewBackgroundColor | 130 | border.color: Kube.Colors.viewBackgroundColor |
130 | 131 | ||