mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Remove double header
This header is no longer necessary since the AutoConfiguration item provides its own header that doesn't scroll along. Contributes to issue CURA-5876.
This commit is contained in:
parent
87a0dc65e1
commit
a268c95559
1 changed files with 0 additions and 10 deletions
|
@ -12,7 +12,6 @@ Column
|
||||||
{
|
{
|
||||||
id: base
|
id: base
|
||||||
property var outputDevice: null
|
property var outputDevice: null
|
||||||
property var computedHeight: container.height + configurationListHeading.height + 3 * padding
|
|
||||||
height: childrenRect.height + 2 * padding
|
height: childrenRect.height + 2 * padding
|
||||||
padding: UM.Theme.getSize("default_margin").width
|
padding: UM.Theme.getSize("default_margin").width
|
||||||
spacing: Math.round(UM.Theme.getSize("default_margin").height / 2)
|
spacing: Math.round(UM.Theme.getSize("default_margin").height / 2)
|
||||||
|
@ -27,15 +26,6 @@ Column
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
|
||||||
{
|
|
||||||
id: configurationListHeading
|
|
||||||
text: catalog.i18nc("@label:header configurations", "Available configurations")
|
|
||||||
font: UM.Theme.getFont("large")
|
|
||||||
width: parent.width - 2 * parent.padding
|
|
||||||
color: UM.Theme.getColor("configuration_item_text")
|
|
||||||
}
|
|
||||||
|
|
||||||
Component
|
Component
|
||||||
{
|
{
|
||||||
id: sectionHeading
|
id: sectionHeading
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue