mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue