summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-01 17:33:49 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-01 17:33:49 +0200
commitdbfd6acf3515492f30fc8985a14412cd3f1cba1e (patch)
tree7802708d2b14cb6db2b414cdfbcff459e1e9a669
parentb44a56fdd6cb823de2d444301ae532777f7de6fb (diff)
downloadkube-dbfd6acf3515492f30fc8985a14412cd3f1cba1e.tar.gz
kube-dbfd6acf3515492f30fc8985a14412cd3f1cba1e.zip
More realsitic potential filters
-rw-r--r--views/search/qml/View.qml13
1 files 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
@@ -80,19 +80,10 @@ Kube.View {
80 } 80 }
81 RowLayout { 81 RowLayout {
82 Kube.CheckBox { 82 Kube.CheckBox {
83 checked: true
84 }
85 Kube.Label {
86 text: qsTr("Mail")
87 color: Kube.Colors.highlightedTextColor
88 }
89 }
90 RowLayout {
91 Kube.CheckBox {
92 checked: false 83 checked: false
93 } 84 }
94 Kube.Label { 85 Kube.Label {
95 text: qsTr("Contacts") 86 text: qsTr("Unread")
96 color: Kube.Colors.highlightedTextColor 87 color: Kube.Colors.highlightedTextColor
97 } 88 }
98 } 89 }
@@ -101,7 +92,7 @@ Kube.View {
101 checked: false 92 checked: false
102 } 93 }
103 Kube.Label { 94 Kube.Label {
104 text: qsTr("Events") 95 text: qsTr("Important")
105 color: Kube.Colors.highlightedTextColor 96 color: Kube.Colors.highlightedTextColor
106 } 97 }
107 } 98 }