aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-01-08 16:56:17 -0800
committerRiccardo Spagni <ric@spagni.net>2017-01-08 16:56:17 -0800
commit24170f00ccf38ca64f766c78c76dc80900cb1533 (patch)
treed99da135c7dd640382c47dd26f4c9e9f64e59bfe /LeftPanel.qml
parentb3424f73a8c37fcde011bd40b60ff5de1a0788fa (diff)
parent192bfc70b0a45ec93e6cbfe4b04afa9d41009c0d (diff)
downloadmonzero-gui-24170f00ccf38ca64f766c78c76dc80900cb1533.tar.gz
monzero-gui-24170f00ccf38ca64f766c78c76dc80900cb1533.tar.xz
monzero-gui-24170f00ccf38ca64f766c78c76dc80900cb1533.zip
Merge pull request #375
192bfc7 Add "(syncing)" after balance when syncing (moneromooo.monero)
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index b42f6d81..3f5c7dee 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -35,6 +35,7 @@ Rectangle {
id: panel
property alias unlockedBalanceText: unlockedBalanceText.text
+ property alias balanceLabelText: balanceLabel.text
property alias balanceText: balanceText.text
property alias networkStatus : networkStatus
property alias progressBar : progressBar
@@ -109,6 +110,7 @@ Rectangle {
spacing: 5
Label {
+ id: balanceLabel
text: qsTr("Balance") + translationManager.emptyString
anchors.left: parent.left
anchors.leftMargin: 50