From ae1a5572bc65c8bbfb9f4c83d0ab1a0e12aec133 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 7 Dec 2016 17:12:24 +0100 Subject: make new mail button more prominent --- components/mail/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/mail/contents/ui/main.qml') 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 { Layout.fillHeight: true //iconName: "mail-message-new" - text: " New Email " + text: " " + "New Email" + " " //Controls2.Tooltip.text: "compose new email" onClicked: { composer.open() -- cgit v1.2.3