mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:15:52 +08: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
@ -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…
x
Reference in New Issue
Block a user