diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-23 12:16:08 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-23 14:28:15 +0200 |
commit | e0604f713649186507db37be54cc3aaadcd99663 (patch) | |
tree | 66b796b19b3943f0ecdbb0ff0720a6d0bd36ae0f /components | |
parent | 36b2a1ac66ce66708904870b9458512bbaea4a03 (diff) | |
download | kube-e0604f713649186507db37be54cc3aaadcd99663.tar.gz kube-e0604f713649186507db37be54cc3aaadcd99663.zip |
Search view updates
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/qml/Kube.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/qml/Kube.qml b/components/kube/qml/Kube.qml index 8cbe8691..afc7c83f 100644 --- a/components/kube/qml/Kube.qml +++ b/components/kube/qml/Kube.qml | |||
@@ -161,7 +161,7 @@ Controls2.ApplicationWindow { | |||
161 | model: Kube.ExtensionModel { | 161 | model: Kube.ExtensionModel { |
162 | id: extensionModel | 162 | id: extensionModel |
163 | extensionPoint: "views" | 163 | extensionPoint: "views" |
164 | sortOrder: ["composer", "conversation", "people"] | 164 | sortOrder: ["search", "composer", "conversation", "people"] |
165 | } | 165 | } |
166 | Kube.IconButton { | 166 | Kube.IconButton { |
167 | id: button | 167 | id: button |