From ec1b70fa0d46e06fa91c60882d5e364bbfaec979 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Tue, 8 Mar 2016 17:17:48 +0100 Subject: add save as draft and attachment button as suggested by the VDG --- .../kube-mail/package/contents/ui/Composer.qml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'applications/kube-mail/package/contents/ui') diff --git a/applications/kube-mail/package/contents/ui/Composer.qml b/applications/kube-mail/package/contents/ui/Composer.qml index b049f33b..90a5e9e9 100644 --- a/applications/kube-mail/package/contents/ui/Composer.qml +++ b/applications/kube-mail/package/contents/ui/Composer.qml @@ -174,6 +174,31 @@ Item { } } + Item { + + Layout.fillWidth: true + + height: subject.height * 1.5 + + PlasmaComponents.Button { + + anchors { + bottom: parent.bottom + } + + text: "Save as Draft" + } + + PlasmaComponents.Button { + text: "Attach" + + anchors { + bottom: parent.bottom + right: parent.right + } + } + } + TextArea { id: content -- cgit v1.2.3