mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 08:07:25 -04: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:
@@ -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 {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user