summaryrefslogtreecommitdiffstats
path: root/components/mail
diff options
context:
space:
mode:
Diffstat (limited to 'components/mail')
-rw-r--r--components/mail/contents/ui/main.qml2
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()