Merge pull request #1218

77648e7 Bring back the 'unlocked balance' text in the balance card
This commit is contained in:
luigi1111 2018-03-31 04:39:29 -05:00
commit 0ef429fdac
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -177,7 +177,7 @@ Rectangle {
Text {
id: unlockedBalanceText
visible: false
visible: true
anchors.left: parent.left
anchors.leftMargin: 20
anchors.top: parent.top
@ -198,7 +198,7 @@ Rectangle {
Label {
id: unlockedBalanceLabel
visible: false
visible: true
text: qsTr("Unlocked balance") + translationManager.emptyString
anchors.left: parent.left
anchors.leftMargin: 20