diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-25 09:12:14 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-25 09:12:14 +0100 |
commit | 12676f31b4538026819603f9bbe48e4a4ff49153 (patch) | |
tree | 8508ddbed25c1c6c76175bb220dad108e265d1f5 /applications | |
parent | 24eec910e0098151f5c36f88c4337b4ebbca2c0b (diff) | |
download | kube-12676f31b4538026819603f9bbe48e4a4ff49153.tar.gz kube-12676f31b4538026819603f9bbe48e4a4ff49153.zip |
A reply button
Diffstat (limited to 'applications')
-rw-r--r-- | applications/kube-mail/package/contents/ui/main.qml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/kube-mail/package/contents/ui/main.qml b/applications/kube-mail/package/contents/ui/main.qml index 82b5d916..f95f875f 100644 --- a/applications/kube-mail/package/contents/ui/main.qml +++ b/applications/kube-mail/package/contents/ui/main.qml | |||
@@ -78,6 +78,15 @@ ApplicationWindow { | |||
78 | 78 | ||
79 | PlasmaComponents.ToolButton { | 79 | PlasmaComponents.ToolButton { |
80 | height: parent.height | 80 | height: parent.height |
81 | iconName: "mail-message-reply" | ||
82 | text: "Reply" | ||
83 | onClicked: { | ||
84 | composer.visible = true | ||
85 | } | ||
86 | } | ||
87 | |||
88 | PlasmaComponents.ToolButton { | ||
89 | height: parent.height | ||
81 | iconName: "mail-mark-unread" | 90 | iconName: "mail-mark-unread" |
82 | text: "Mark As Read" | 91 | text: "Mark As Read" |
83 | enabled: markAsReadAction.ready | 92 | enabled: markAsReadAction.ready |