diff options
Diffstat (limited to 'components/mail/contents/ui/main.qml')
-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 |