aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml4
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