diff options
| author | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-31 13:47:40 +0000 |
|---|---|---|
| committer | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-31 13:47:40 +0000 |
| commit | 192bfc70b0a45ec93e6cbfe4b04afa9d41009c0d (patch) | |
| tree | d2b3f0172824859a3b6fe7f0454d26a33022b3db /LeftPanel.qml | |
| parent | d8f9e7360fdbab910283c465aafe36149b1d7f26 (diff) | |
| download | monzero-gui-192bfc70b0a45ec93e6cbfe4b04afa9d41009c0d.tar.gz monzero-gui-192bfc70b0a45ec93e6cbfe4b04afa9d41009c0d.tar.xz monzero-gui-192bfc70b0a45ec93e6cbfe4b04afa9d41009c0d.zip | |
Add "(syncing)" after balance when syncing
Should cut down on people wondering why their balance is wrong
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
