From dbfd6acf3515492f30fc8985a14412cd3f1cba1e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 1 Aug 2018 17:33:49 +0200 Subject: More realsitic potential filters --- views/search/qml/View.qml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/views/search/qml/View.qml b/views/search/qml/View.qml index 18098f30..08b5b92b 100644 --- a/views/search/qml/View.qml +++ b/views/search/qml/View.qml @@ -78,21 +78,12 @@ Kube.View { top: parent.top margins: Kube.Units.smallSpacing } - RowLayout { - Kube.CheckBox { - checked: true - } - Kube.Label { - text: qsTr("Mail") - color: Kube.Colors.highlightedTextColor - } - } RowLayout { Kube.CheckBox { checked: false } Kube.Label { - text: qsTr("Contacts") + text: qsTr("Unread") color: Kube.Colors.highlightedTextColor } } @@ -101,7 +92,7 @@ Kube.View { checked: false } Kube.Label { - text: qsTr("Events") + text: qsTr("Important") color: Kube.Colors.highlightedTextColor } } -- cgit v1.2.3