mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove column with single child
Just rendering the single child produces the same result CURA-9424
This commit is contained in:
parent
95e0021cce
commit
8ee5bc2bd4
1 changed files with 196 additions and 201 deletions
|
@ -70,13 +70,9 @@ UM.Dialog
|
|||
Column
|
||||
{
|
||||
id: contentColumn
|
||||
width: parent.width - scrollbar.width
|
||||
width: parent.width - scrollbar.width - UM.Theme.getSize("default_margin").width
|
||||
height: childrenRect.height
|
||||
|
||||
Column
|
||||
{
|
||||
width: parent.width - UM.Theme.getSize("default_margin").width
|
||||
height: childrenRect.height
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
leftPadding: UM.Theme.getSize("default_margin").width
|
||||
rightPadding: UM.Theme.getSize("default_margin").width
|
||||
|
@ -308,7 +304,6 @@ UM.Dialog
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
property bool warning: manager.missingPackages.length > 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue