mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Fix scrolling with configurations
CURA-6125
This commit is contained in:
parent
1369c98ea6
commit
9bc748ffa1
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ Item
|
||||||
spacing: UM.Theme.getSize("narrow_margin").height
|
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.
|
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: childrenRect.height
|
||||||
|
interactive: false // let the ScrollView process scroll events.
|
||||||
|
|
||||||
section.property: "modelData.printerType"
|
section.property: "modelData.printerType"
|
||||||
section.criteria: ViewSection.FullString
|
section.criteria: ViewSection.FullString
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue