mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Fix height binding loop QmlWarning in ConfigurationListView
Done during Turbo Testing and Tooling
This commit is contained in:
parent
9404fe0fb9
commit
3073d7c349
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue