LeftPanel: new balance card

This commit is contained in:
selsta
2019-09-06 15:52:45 +02:00
parent ca8138bb46
commit 2ca76ff13c
12 changed files with 180 additions and 239 deletions

View File

@@ -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