aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-31 03:01:20 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-03-31 03:01:20 +0200
commit77648e71e94e1494b996c662f5303b026efed230 (patch)
treece6d3a2c5dab660a19a9e4da4e4168a6219f4941 /LeftPanel.qml
parent959c2fcc32d515f90cb39933689a37418197a095 (diff)
downloadmonzero-gui-77648e71e94e1494b996c662f5303b026efed230.tar.gz
monzero-gui-77648e71e94e1494b996c662f5303b026efed230.tar.xz
monzero-gui-77648e71e94e1494b996c662f5303b026efed230.zip
Bring back the 'unlocked balance' text in the balance card
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 3136a5c2..06edf0d5 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -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