diff options
| author | xmr-eric <eric@moneroeric.com> | 2016-12-14 17:37:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-14 17:37:26 -0500 |
| commit | 01b8aee400354f3336fa867340b2cb2ee4e1da23 (patch) | |
| tree | 9930b8974dc885b843a3c804bf2f78d653bbc738 /pages/Sign.qml | |
| parent | 160a042165b8ff68904b847f46dba4aa95553a62 (diff) | |
| download | monzero-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/Sign.qml')
| -rw-r--r-- | pages/Sign.qml | 4 |
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 {} } |
