diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-21 17:29:06 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-21 17:29:06 +0200 |
commit | ed23447fe0a163b6a9dfc5c0eb5560257231086c (patch) | |
tree | f26b1ae698ec72b1245c60b54c1c057a1757f4f0 /components/mail | |
parent | c72539d2cf1dfa43a0a874ea4877d6047ba3dcb8 (diff) | |
download | kube-ed23447fe0a163b6a9dfc5c0eb5560257231086c.tar.gz kube-ed23447fe0a163b6a9dfc5c0eb5560257231086c.zip |
remove obsolete settings plugin
Diffstat (limited to 'components/mail')
-rw-r--r-- | components/mail/contents/ui/main.qml | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index 827dab39..fdae00dc 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml | |||
@@ -263,29 +263,14 @@ ApplicationWindow { | |||
263 | TextField { | 263 | TextField { |
264 | id: searchBar | 264 | id: searchBar |
265 | 265 | ||
266 | Layout.minimumWidth: Kirigami.Units.gridUnit * 10 | 266 | Layout.minimumWidth: Kirigami.Units.gridUnit * 15 |
267 | height: toolbar.height | 267 | height: toolbar.height |
268 | 268 | ||
269 | placeholderText: "Search..." | 269 | placeholderText: "Search..." |
270 | } | 270 | } |
271 | 271 | ||
272 | ToolButton { | 272 | Item { |
273 | id: settingsButton | 273 | width: Kirigami.Units.smallSpacing |
274 | |||
275 | iconName: "application-menu" | ||
276 | text: "Settings" | ||
277 | |||
278 | onClicked: { | ||
279 | settingsComponent.createObject(app) | ||
280 | } | ||
281 | |||
282 | Component { | ||
283 | id: settingsComponent | ||
284 | KubeComponents.Settings { | ||
285 | id: settings | ||
286 | anchors.fill: parent | ||
287 | } | ||
288 | } | ||
289 | } | 274 | } |
290 | } | 275 | } |
291 | //END MailView section | 276 | //END MailView section |