mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Fix some alignments
Also modify a bit the code in the ConfigurationItem, trying to get rid of a binding loop, but I couldn't (so weird) Contributes to CURA-5876.
This commit is contained in:
parent
ed8292c472
commit
a6a16a682d
5 changed files with 98 additions and 99 deletions
|
@ -11,7 +11,7 @@ Column
|
|||
{
|
||||
id: base
|
||||
property var outputDevice: null
|
||||
height: childrenRect.height + 2 * padding
|
||||
height: childrenRect.height + padding
|
||||
spacing: UM.Theme.getSize("narrow_margin").height
|
||||
|
||||
function forceModelUpdate()
|
||||
|
@ -57,7 +57,6 @@ Column
|
|||
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.
|
||||
contentHeight: childrenRect.height
|
||||
height: childrenRect.height
|
||||
|
||||
section.property: "modelData.printerType"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue