forked from Public/monero-gui
Merge pull request #1780
493623e settings: fix Binding loop detected for property preferredHeight (mmbyday)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user