Rename lineTypeLabel to SchemeTypeLabel

Updated the id from lineTypeLabel to SchemeTypeLabel and adjusted references accordingly for clarity and consistency in SimulationViewMenuComponent.qml.
This commit is contained in:
HellAholic 2025-11-19 09:58:42 +01:00
parent 6b01d85fb1
commit 932f139c95

View file

@ -53,7 +53,7 @@ Cura.ExpandableComponent
UM.Label
{
id: lineTypeLabel
id: SchemeTypeLabel
text: layerTypeCombobox.currentText
anchors.left: colorSchemeLabel.right
anchors.leftMargin: UM.Theme.getSize("default_margin").width
@ -67,7 +67,7 @@ Cura.ExpandableComponent
id: warningIcon
anchors
{
left: lineTypeLabel.right
left: SchemeTypeLabel.right
leftMargin: UM.Theme.getSize("narrow_margin").width
verticalCenter: parent.verticalCenter
}