summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2018-04-19 18:36:13 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2018-04-19 18:36:13 +0200
commit60c4ebe4cb5f930529e340fd6b789dc7f1d7813e (patch)
treec82f691a12a870eedb0d420d79655f83b3b4430d
parent69c500a2e0383765c221e68e0070470c78b1ddb7 (diff)
downloadkube-60c4ebe4cb5f930529e340fd6b789dc7f1d7813e.tar.gz
kube-60c4ebe4cb5f930529e340fd6b789dc7f1d7813e.zip
whitespace
-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