mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-16 16:42:13 +00:00
Merge pull request #1780
493623e
settings: fix Binding loop detected for property preferredHeight (mmbyday)
This commit is contained in:
commit
cda7dcb484
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