Fix scrolling with configurations

CURA-6125
This commit is contained in:
Lipu Fei 2019-01-22 11:48:35 +01:00
parent 1369c98ea6
commit 9bc748ffa1

View file

@ -97,6 +97,7 @@ Item
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
interactive: false // let the ScrollView process scroll events.
section.property: "modelData.printerType"
section.criteria: ViewSection.FullString