mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
settings: fix Binding loop detected for property preferredHeight
This commit is contained in:
parent
9f6b4334a1
commit
493623e929
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue