aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index fd9b880c..51d0d70d 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -36,6 +36,8 @@ Rectangle {
id: panel
property alias unlockedBalanceText: unlockedBalanceText.text
+ property alias unlockedBalanceVisible: unlockedBalanceText.visible
+ property alias unlockedBalanceLabelVisible: unlockedBalanceLabel.visible
property alias balanceLabelText: balanceLabel.text
property alias balanceText: balanceText.text
property alias networkStatus : networkStatus
@@ -176,6 +178,7 @@ Rectangle {
Text {
id: unlockedBalanceText
+ visible: false
anchors.left: parent.left
anchors.leftMargin: 20
anchors.top: parent.top
@@ -196,6 +199,7 @@ Rectangle {
Label {
id: unlockedBalanceLabel
+ visible: false
text: qsTr("Unlocked balance") + translationManager.emptyString
anchors.left: parent.left
anchors.leftMargin: 20