mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-15 07:33:15 +08: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
@ -70,13 +70,9 @@ UM.Dialog
|
|||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
id: contentColumn
|
id: contentColumn
|
||||||
width: parent.width - scrollbar.width
|
width: parent.width - scrollbar.width - UM.Theme.getSize("default_margin").width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
|
|
||||||
Column
|
|
||||||
{
|
|
||||||
width: parent.width - UM.Theme.getSize("default_margin").width
|
|
||||||
height: childrenRect.height
|
|
||||||
spacing: UM.Theme.getSize("default_margin").height
|
spacing: UM.Theme.getSize("default_margin").height
|
||||||
leftPadding: UM.Theme.getSize("default_margin").width
|
leftPadding: UM.Theme.getSize("default_margin").width
|
||||||
rightPadding: 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
|
property bool warning: manager.missingPackages.length > 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user