settings: fix Binding loop detected for property preferredHeight

pull/2/head
mmbyday 6 years ago
parent 9f6b4334a1
commit 493623e929

@ -59,7 +59,7 @@ ColumnLayout {
property SettingsLog settingsLogView: SettingsLog { }
property SettingsInfo settingsInfoView: SettingsInfo { }
Layout.fillWidth: true
Layout.preferredHeight: parent.height
Layout.preferredHeight: settingsHeight
color: "transparent"
state: "Wallet"