diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 21:09:42 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 21:09:42 +0200 |
commit | d3f0e79e25e903465678c8ba3832f666ce6cb5cf (patch) | |
tree | 7357a1c3db83357822678fd8e1419998c3cc1919 | |
parent | 175387cdcbddd81bb14f3de9bea3dad8f9443bda (diff) | |
download | kube-d3f0e79e25e903465678c8ba3832f666ce6cb5cf.tar.gz kube-d3f0e79e25e903465678c8ba3832f666ce6cb5cf.zip |
Remove the useless labels for now
-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 { |