Merge pull request #827

234fd1b fix clipped height (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-08-23 21:24:01 +02:00
commit d670f6d321
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -47,7 +47,7 @@ Rectangle {
property string balanceText
property string unlockedBalanceLabelText: qsTr("Unlocked Balance") + translationManager.emptyString
property string unlockedBalanceText
property int minHeight: 800
property int minHeight: (appWindow.height > 800) ? appWindow.height : 800
// property int headerHeight: header.height
property Transfer transferView: Transfer { }