Add "(syncing)" after balance when syncing

Should cut down on people wondering why their balance is wrong
This commit is contained in:
moneromooo.monero
2016-12-31 13:47:40 +00:00
parent d8f9e7360f
commit 192bfc70b0
3 changed files with 12 additions and 2 deletions

View File

@@ -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