mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-16 14:55:33 +01:00
Bring back the 'unlocked balance' text in the balance card
This commit is contained in:
parent
959c2fcc32
commit
77648e71e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user