summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/calendar/qml/View.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml
index e8fa25da..d5f26505 100644
--- a/views/calendar/qml/View.qml
+++ b/views/calendar/qml/View.qml
@@ -111,6 +111,7 @@ RowLayout {
111 spacing: Kube.Units.smallSpacing 111 spacing: Kube.Units.smallSpacing
112 Kube.CheckBox { 112 Kube.CheckBox {
113 opacity: 0.9 113 opacity: 0.9
114 checked: true
114 } 115 }
115 Kube.Label { 116 Kube.Label {
116 text: model.name 117 text: model.name