mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:59:03 +08:00
Fix height binding loop QmlWarning in ConfigurationListView
Done during Turbo Testing and Tooling
This commit is contained in:
parent
9404fe0fb9
commit
3073d7c349
@ -96,7 +96,7 @@ Item
|
||||
id: configurationList
|
||||
spacing: UM.Theme.getSize("narrow_margin").height
|
||||
width: container.width - ((height > container.maximumHeight) ? container.ScrollBar.vertical.background.width : 0) //Make room for scroll bar if there is any.
|
||||
height: childrenRect.height
|
||||
height: contentHeight
|
||||
interactive: false // let the ScrollView process scroll events.
|
||||
|
||||
section.property: "modelData.printerType"
|
||||
|
Loading…
x
Reference in New Issue
Block a user