diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 15:07:46 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 15:07:46 +0200 |
commit | b681725c14eb9af97dc6af610c41eeb00edf9fb9 (patch) | |
tree | 18c44676e7e1ec9e885dbdf039c79b78d5da31e2 | |
parent | 8bf3d43866ed23edc667b8c64295687e6e4bbc3d (diff) | |
download | kube-b681725c14eb9af97dc6af610c41eeb00edf9fb9.tar.gz kube-b681725c14eb9af97dc6af610c41eeb00edf9fb9.zip |
Tiny radius for fulldayevents
-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 | ||