Skip to content

Commit

Permalink
Transfer: fix amount label boldness 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
mmbyday committed Dec 14, 2018
1 parent 59fc48b commit e2e66b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/Transfer.qml
Expand Up @@ -142,6 +142,7 @@ Rectangle {
placeholderText: qsTr("") + translationManager.emptyString
width: 100
fontBold: true
labelFontBold: true
inlineButtonText: qsTr("All") + translationManager.emptyString
inlineButton.onClicked: amountLine.text = "(all)"
onTextChanged: {
Expand Down

0 comments on commit e2e66b2

Please sign in to comment.