From d3f0e79e25e903465678c8ba3832f666ce6cb5cf Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 1 Aug 2018 21:09:42 +0200 Subject: Remove the useless labels for now --- views/calendar/qml/View.qml | 14 -------------- 1 file changed, 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 { } } - Kube.Label { - text: "Week" - color: Kube.Colors.highlightedTextColor - } - - Kube.Label { - text: "Month" - color: Kube.Colors.highlightedTextColor - } - - Kube.Label { - text: "Agenda" - color: Kube.Colors.highlightedTextColor - } } Column { -- cgit v1.2.3