mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-04 05:40:35 -07:00
Rename SchemeTypeLabel to schemeTypeLabel
id should start with lowercase
This commit is contained in:
parent
932f139c95
commit
851ba0e04b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue