mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #1824
da7abd8
Transfer: fix amount label boldness (mmbyday)
This commit is contained in:
commit
619cc2b147
1 changed files with 1 additions and 2 deletions
|
@ -107,8 +107,7 @@ Item {
|
|||
id: inputLabel
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
anchors.topMargin: 2 * scaleRatio
|
||||
font.family: MoneroComponents.Style.fontLight.name
|
||||
font.family: MoneroComponents.Style.fontRegular.name
|
||||
font.pixelSize: labelFontSize
|
||||
font.bold: labelFontBold
|
||||
textFormat: Text.RichText
|
||||
|
|
Loading…
Reference in a new issue