From 2ca76ff13ca784a37e30458d0267959318c95271 Mon Sep 17 00:00:00 2001 From: selsta Date: Fri, 6 Sep 2019 15:52:45 +0200 Subject: LeftPanel: new balance card --- MiddlePanel.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'MiddlePanel.qml') 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 -- cgit v1.2.3