diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-03-31 04:39:29 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-03-31 04:39:29 -0500 |
| commit | 0ef429fdacbcdcec118d46860c57bd817f85b3d7 (patch) | |
| tree | 1a69b83c39d20fc93219132e2952f412f439b3f6 | |
| parent | a090c724f8c7411b3c4abc64c8d4b4c1a96a9346 (diff) | |
| parent | 77648e71e94e1494b996c662f5303b026efed230 (diff) | |
| download | monzero-gui-0ef429fdacbcdcec118d46860c57bd817f85b3d7.tar.gz monzero-gui-0ef429fdacbcdcec118d46860c57bd817f85b3d7.tar.xz monzero-gui-0ef429fdacbcdcec118d46860c57bd817f85b3d7.zip | |
Merge pull request #1218
77648e7 Bring back the 'unlocked balance' text in the balance card
| -rw-r--r-- | LeftPanel.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 3136a5c2..06edf0d5 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -177,7 +177,7 @@ Rectangle { Text { id: unlockedBalanceText - visible: false + visible: true anchors.left: parent.left anchors.leftMargin: 20 anchors.top: parent.top @@ -198,7 +198,7 @@ Rectangle { Label { id: unlockedBalanceLabel - visible: false + visible: true text: qsTr("Unlocked balance") + translationManager.emptyString anchors.left: parent.left anchors.leftMargin: 20 |
