From 192bfc70b0a45ec93e6cbfe4b04afa9d41009c0d Mon Sep 17 00:00:00 2001 From: "moneromooo.monero" Date: Sat, 31 Dec 2016 13:47:40 +0000 Subject: Add "(syncing)" after balance when syncing Should cut down on people wondering why their balance is wrong --- LeftPanel.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LeftPanel.qml') diff --git a/LeftPanel.qml b/LeftPanel.qml index d4871059..2e926308 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 -- cgit v1.2.3