From 01b8aee400354f3336fa867340b2cb2ee4e1da23 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Wed, 14 Dec 2016 17:37:26 -0500 Subject: [PATCH 1/2] Reduce fontsize in Sign/Verify for Compact View fontSize: 18 made text run off page, but 16 fits great. --- pages/Sign.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Sign.qml b/pages/Sign.qml index 58e07278..d1a17d6f 100644 --- a/pages/Sign.qml +++ b/pages/Sign.qml @@ -121,7 +121,7 @@ Rectangle { spacing: 8 Label { text: qsTr("Sign a message or file contents with your address:") + translationManager.emptyString - fontSize: 18 + fontSize: 16 } Label {} } @@ -307,7 +307,7 @@ Rectangle { spacing: 8 Label { text: qsTr("Verify a message or file signature from an address:") + translationManager.emptyString - fontSize: 18 + fontSize: 16 } Label {} } From aad15272f12311006d8ba895b0bc41240420fbcd Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Wed, 14 Dec 2016 17:39:27 -0500 Subject: [PATCH 2/2] Improve additional text --- pages/Sign.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Sign.qml b/pages/Sign.qml index d1a17d6f..f77508bc 100644 --- a/pages/Sign.qml +++ b/pages/Sign.qml @@ -442,7 +442,7 @@ Rectangle { width: mainLayout.labelWidth textFormat: Text.RichText text: qsTr("\ - Signing address ( Type in or select from Address book )") + Signing address ( Paste in or select from Address book )") + translationManager.emptyString onLinkActivated: appWindow.showPageRequest("AddressBook")