From b681725c14eb9af97dc6af610c41eeb00edf9fb9 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 3 Aug 2018 15:07:46 +0200 Subject: Tiny radius for fulldayevents --- views/calendar/qml/WeekView.qml | 1 + 1 file changed, 1 insertion(+) 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 { height: parent.height x: root.dayWidth * model.starts color: model.color + radius: 2 border.width: 1 border.color: Kube.Colors.viewBackgroundColor -- cgit v1.2.3