From 77648e71e94e1494b996c662f5303b026efed230 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 31 Mar 2018 03:01:20 +0200 Subject: [PATCH] Bring back the 'unlocked balance' text in the balance card --- LeftPanel.qml | 4 ++-- 1 file 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