diff options
Diffstat (limited to 'views/calendar/qml/View.qml')
-rw-r--r-- | views/calendar/qml/View.qml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml index 7fd6fa79..e8fa25da 100644 --- a/views/calendar/qml/View.qml +++ b/views/calendar/qml/View.qml | |||
@@ -91,20 +91,6 @@ RowLayout { | |||
91 | } | 91 | } |
92 | 92 | ||
93 | } | 93 | } |
94 | Kube.Label { | ||
95 | text: "Week" | ||
96 | color: Kube.Colors.highlightedTextColor | ||
97 | } | ||
98 | |||
99 | Kube.Label { | ||
100 | text: "Month" | ||
101 | color: Kube.Colors.highlightedTextColor | ||
102 | } | ||
103 | |||
104 | Kube.Label { | ||
105 | text: "Agenda" | ||
106 | color: Kube.Colors.highlightedTextColor | ||
107 | } | ||
108 | } | 94 | } |
109 | 95 | ||
110 | Column { | 96 | Column { |