From 6f4aff0a9b20b7564b43445d2c9a4d9f2561da4c Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 22 Jun 2016 10:46:38 +0200 Subject: initial outbox component --- components/mail/contents/ui/main.qml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'components/mail/contents/ui') diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index fdae00dc..22ff50a0 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml @@ -225,16 +225,19 @@ ApplicationWindow { } } - ToolButton { + Button { id: newMailButton - iconName: "mail-message-new" - text: "Compose" + //iconName: "mail-message-new" + text: "New Email" tooltip: "compose new email" onClicked: { composerComponent.createObject(app) } } + + KubeComponents.Outbox { + } /* ToolButton { iconName: "mail-message-reply" -- cgit v1.2.3