mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Reduce fontsize in Sign/Verify for Compact View
fontSize: 18 made text run off page, but 16 fits great.
This commit is contained in:
parent
160a042165
commit
01b8aee400
1 changed files with 2 additions and 2 deletions
|
@ -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 {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue