Rename SchemeTypeLabel to schemeTypeLabel

id should start with lowercase
This commit is contained in:
HellAholic 2025-11-19 10:02:04 +01:00
parent 932f139c95
commit 851ba0e04b

View file

@ -53,7 +53,7 @@ Cura.ExpandableComponent
UM.Label
{
id: SchemeTypeLabel
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: SchemeTypeLabel.right
left: schemeTypeLabel.right
leftMargin: UM.Theme.getSize("narrow_margin").width
verticalCenter: parent.verticalCenter
}