diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-07 17:12:24 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-07 17:12:24 +0100 |
commit | ae1a5572bc65c8bbfb9f4c83d0ab1a0e12aec133 (patch) | |
tree | c029d209f5216d273171677aeb80990f8ea3effd | |
parent | 950fbc8b754144f675cef38d85d0178d1eb9a3be (diff) | |
download | kube-ae1a5572bc65c8bbfb9f4c83d0ab1a0e12aec133.tar.gz kube-ae1a5572bc65c8bbfb9f4c83d0ab1a0e12aec133.zip |
make new mail button more prominent
-rw-r--r-- | components/mail/contents/ui/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index 8c5c5d0d..c2b60ab4 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml | |||
@@ -255,7 +255,7 @@ Controls2.ApplicationWindow { | |||
255 | Layout.fillHeight: true | 255 | Layout.fillHeight: true |
256 | 256 | ||
257 | //iconName: "mail-message-new" | 257 | //iconName: "mail-message-new" |
258 | text: " New Email " | 258 | text: " " + "New Email" + " " |
259 | //Controls2.Tooltip.text: "compose new email" | 259 | //Controls2.Tooltip.text: "compose new email" |
260 | onClicked: { | 260 | onClicked: { |
261 | composer.open() | 261 | composer.open() |