summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-01 21:43:59 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-01 21:43:59 +0200
commitd4f35c0a8dd88eb64f6afd63047fbfbf43a1d3c6 (patch)
tree17cc5002f5db0be4cd4eda2144fd31b71a3c7e2c
parent80b2b357f2197dee80025d30a9ef01442bccf66b (diff)
downloadkube-d4f35c0a8dd88eb64f6afd63047fbfbf43a1d3c6.tar.gz
kube-d4f35c0a8dd88eb64f6afd63047fbfbf43a1d3c6.zip
Check all calendars by default
-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