diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:56:17 -0800 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:56:17 -0800 |
| commit | 24170f00ccf38ca64f766c78c76dc80900cb1533 (patch) | |
| tree | d99da135c7dd640382c47dd26f4c9e9f64e59bfe /LeftPanel.qml | |
| parent | b3424f73a8c37fcde011bd40b60ff5de1a0788fa (diff) | |
| parent | 192bfc70b0a45ec93e6cbfe4b04afa9d41009c0d (diff) | |
| download | monzero-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.qml | 2 |
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 |
