Merge pull request #282

aad1527 Improve additional text (xmr-eric)
01b8aee Reduce fontsize in Sign/Verify for Compact View (xmr-eric)
pull/2/head
Riccardo Spagni 8 years ago
commit bc01aacd75
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -121,7 +121,7 @@ Rectangle {
spacing: 8 spacing: 8
Label { Label {
text: qsTr("Sign a message or file contents with your address:") + translationManager.emptyString text: qsTr("Sign a message or file contents with your address:") + translationManager.emptyString
fontSize: 18 fontSize: 16
} }
Label {} Label {}
} }
@ -307,7 +307,7 @@ Rectangle {
spacing: 8 spacing: 8
Label { Label {
text: qsTr("Verify a message or file signature from an address:") + translationManager.emptyString text: qsTr("Verify a message or file signature from an address:") + translationManager.emptyString
fontSize: 18 fontSize: 16
} }
Label {} Label {}
} }
@ -442,7 +442,7 @@ Rectangle {
width: mainLayout.labelWidth width: mainLayout.labelWidth
textFormat: Text.RichText textFormat: Text.RichText
text: qsTr("<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style>\ text: qsTr("<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style>\
Signing address <font size='2'> ( Type in or select from </font> <a href='#'>Address</a><font size='2'> book )</font>") Signing address <font size='2'> ( Paste in or select from </font> <a href='#'>Address book</a><font size='2'> )</font>")
+ translationManager.emptyString + translationManager.emptyString
onLinkActivated: appWindow.showPageRequest("AddressBook") onLinkActivated: appWindow.showPageRequest("AddressBook")