diff options
Diffstat (limited to 'views/search/qml/View.qml')
-rw-r--r-- | views/search/qml/View.qml | 13 |
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 | } |