Fix height binding loop QmlWarning in ConfigurationListView

Done during Turbo Testing and Tooling
This commit is contained in:
Kostas Karmas 2020-06-05 15:54:53 +02:00
parent 9404fe0fb9
commit 3073d7c349

View file

@ -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"