diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-01-13 23:21:58 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-01-14 00:45:15 +0100 |
| commit | ad5115ac3c478d8cb8a4e040f9cc064e826a7af6 (patch) | |
| tree | b42819f3ea5ded93e07c978d50632f3f3413ae34 /LeftPanel.qml | |
| parent | 205bfcdd7bf051440cda231fc49e7f58d8c1a7ee (diff) | |
| download | monzero-gui-ad5115ac3c478d8cb8a4e040f9cc064e826a7af6.tar.gz monzero-gui-ad5115ac3c478d8cb8a4e040f9cc064e826a7af6.tar.xz monzero-gui-ad5115ac3c478d8cb8a4e040f9cc064e826a7af6.zip | |
Add estimated time countdown for locked balance
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index d33b2aff..65dbadad 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -39,6 +39,7 @@ Rectangle { property alias balanceText: balanceText.text property alias networkStatus : networkStatus property alias progressBar : progressBar + property alias minutesToUnlockTxt: unlockedBalanceLabel.text signal dashboardClicked() signal historyClicked() @@ -154,7 +155,8 @@ Rectangle { } Label { - text: qsTr("Unlocked balance") + translationManager.emptyString + id: unlockedBalanceLabel + text: qsTr("Unlocked balance") anchors.left: parent.left anchors.leftMargin: 50 tipText: qsTr("Test tip 2<br/><br/>line 2") + translationManager.emptyString |
