Settings: fix page height

This commit is contained in:
thotbot
2019-12-20 14:26:45 +00:00
parent 500c7ec82e
commit 10dea6073b
6 changed files with 10 additions and 5 deletions

View File

@@ -39,8 +39,8 @@ import "../../components" as MoneroComponents
Rectangle {
color: "transparent"
height: 1400
Layout.fillWidth: true
property alias infoHeight: infoLayout.height
property string walletModeString: {
if(appWindow.walletMode === 0){
return qsTr("Simple mode") + translationManager.emptyString;