mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 19:07:25 -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 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