forked from Public/monero-gui
settings: fix Binding loop detected for property preferredHeight
This commit is contained in:
@@ -59,7 +59,7 @@ ColumnLayout {
|
|||||||
property SettingsLog settingsLogView: SettingsLog { }
|
property SettingsLog settingsLogView: SettingsLog { }
|
||||||
property SettingsInfo settingsInfoView: SettingsInfo { }
|
property SettingsInfo settingsInfoView: SettingsInfo { }
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: parent.height
|
Layout.preferredHeight: settingsHeight
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
state: "Wallet"
|
state: "Wallet"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user