mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 10:44:46 +00:00
commit
4320ead7f8
1 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ Rectangle {
|
||||||
text: qsTr("This page lets you sign/verify a message (or file contents) with your address.") + translationManager.emptyString
|
text: qsTr("This page lets you sign/verify a message (or file contents) with your address.") + translationManager.emptyString
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
font.family: Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 15 * scaleRatio
|
font.pixelSize: 15 * scaleRatio
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
color: MoneroComponents.Style.defaultFontColor
|
color: MoneroComponents.Style.defaultFontColor
|
||||||
|
@ -143,7 +143,7 @@ Rectangle {
|
||||||
Layout.preferredWidth: (instructionsRect.width - 80) * scaleRatio
|
Layout.preferredWidth: (instructionsRect.width - 80) * scaleRatio
|
||||||
text: qsTr("Mode") + translationManager.emptyString
|
text: qsTr("Mode") + translationManager.emptyString
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
font.family: Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 20 * scaleRatio
|
font.pixelSize: 20 * scaleRatio
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
color: MoneroComponents.Style.defaultFontColor
|
color: MoneroComponents.Style.defaultFontColor
|
||||||
|
|
Loading…
Reference in a new issue