Merge pull request #1824

da7abd8 Transfer: fix amount label boldness (mmbyday)
This commit is contained in:
luigi1111 2018-12-18 09:38:42 -06:00
commit 619cc2b147
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -107,8 +107,7 @@ Item {
id: inputLabel id: inputLabel
anchors.top: parent.top anchors.top: parent.top
anchors.left: parent.left anchors.left: parent.left
anchors.topMargin: 2 * scaleRatio font.family: MoneroComponents.Style.fontRegular.name
font.family: MoneroComponents.Style.fontLight.name
font.pixelSize: labelFontSize font.pixelSize: labelFontSize
font.bold: labelFontBold font.bold: labelFontBold
textFormat: Text.RichText textFormat: Text.RichText