aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2016-12-14 17:37:26 -0500
committerGitHub <noreply@github.com>2016-12-14 17:37:26 -0500
commit01b8aee400354f3336fa867340b2cb2ee4e1da23 (patch)
tree9930b8974dc885b843a3c804bf2f78d653bbc738 /pages
parent160a042165b8ff68904b847f46dba4aa95553a62 (diff)
downloadmonzero-gui-01b8aee400354f3336fa867340b2cb2ee4e1da23.tar.gz
monzero-gui-01b8aee400354f3336fa867340b2cb2ee4e1da23.tar.xz
monzero-gui-01b8aee400354f3336fa867340b2cb2ee4e1da23.zip
Reduce fontsize in Sign/Verify for Compact View
fontSize: 18 made text run off page, but 16 fits great.
Diffstat (limited to 'pages')
-rw-r--r--pages/Sign.qml4
1 files 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 {}
}