From ed23447fe0a163b6a9dfc5c0eb5560257231086c Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Tue, 21 Jun 2016 17:29:06 +0200 Subject: remove obsolete settings plugin --- components/mail/contents/ui/main.qml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'components/mail/contents/ui/main.qml') 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 { TextField { id: searchBar - Layout.minimumWidth: Kirigami.Units.gridUnit * 10 + Layout.minimumWidth: Kirigami.Units.gridUnit * 15 height: toolbar.height placeholderText: "Search..." } - ToolButton { - id: settingsButton - - iconName: "application-menu" - text: "Settings" - - onClicked: { - settingsComponent.createObject(app) - } - - Component { - id: settingsComponent - KubeComponents.Settings { - id: settings - anchors.fill: parent - } - } + Item { + width: Kirigami.Units.smallSpacing } } //END MailView section -- cgit v1.2.3