summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/calendar/qml/View.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml
index 78c06d7a..434c92d1 100644
--- a/views/calendar/qml/View.qml
+++ b/views/calendar/qml/View.qml
@@ -84,7 +84,6 @@ RowLayout {
84 spacing: Kube.Units.smallSpacing 84 spacing: Kube.Units.smallSpacing
85 85
86 Repeater { 86 Repeater {
87
88 model: ["calendar_1","calendar_2","calendar_3"] 87 model: ["calendar_1","calendar_2","calendar_3"]
89 delegate: Row { 88 delegate: Row {
90 spacing: Kube.Units.smallSpacing 89 spacing: Kube.Units.smallSpacing
@@ -97,7 +96,6 @@ RowLayout {
97 } 96 }
98 } 97 }
99 } 98 }
100
101 } 99 }
102 } 100 }
103 101