mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-16 16:31:30 +00:00
ChatView: fix property binding loop warning (#2601)
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
4853adebd9
commit
64359e68e6
@ -1170,7 +1170,7 @@ Rectangle {
|
|||||||
states: [
|
states: [
|
||||||
State {
|
State {
|
||||||
name: "expanded"
|
name: "expanded"
|
||||||
PropertyChanges { target: sourcesLayout; Layout.preferredHeight: childrenRect.height }
|
PropertyChanges { target: sourcesLayout; Layout.preferredHeight: flow.height }
|
||||||
},
|
},
|
||||||
State {
|
State {
|
||||||
name: "collapsed"
|
name: "collapsed"
|
||||||
@ -1192,6 +1192,7 @@ Rectangle {
|
|||||||
]
|
]
|
||||||
|
|
||||||
Flow {
|
Flow {
|
||||||
|
id: flow
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
spacing: 10
|
spacing: 10
|
||||||
visible: consolidatedSources.length !== 0
|
visible: consolidatedSources.length !== 0
|
||||||
|
Loading…
Reference in New Issue
Block a user