diff options
| author | selsta <selsta@sent.at> | 2019-09-06 15:52:45 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-09-21 01:23:09 +0200 |
| commit | 2ca76ff13ca784a37e30458d0267959318c95271 (patch) | |
| tree | cb3a35f6fe0fa7cd497a52a7a5be40ab6050393d /MiddlePanel.qml | |
| parent | ca8138bb46781d9a5221a6f2c3574db339eab895 (diff) | |
| download | monzero-gui-2ca76ff13ca784a37e30458d0267959318c95271.tar.gz monzero-gui-2ca76ff13ca784a37e30458d0267959318c95271.tar.xz monzero-gui-2ca76ff13ca784a37e30458d0267959318c95271.zip | |
LeftPanel: new balance card
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 59ea2296..4bb9ec4c 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -46,10 +46,6 @@ Rectangle { property Item currentView property Item previousView - property string balanceLabelText: qsTr("Balance") + translationManager.emptyString - property string balanceText - property string unlockedBalanceLabelText: qsTr("Unlocked Balance") + translationManager.emptyString - property string unlockedBalanceText property int minHeight: (appWindow.height > 800) ? appWindow.height : 800 property alias contentHeight: mainFlickable.contentHeight property alias flickable: mainFlickable |
