mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 03:17:26 -04:00
settings: fix Binding loop detected for property preferredHeight
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