mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-25 00:48:34 -07:00
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:
parent
6b01d85fb1
commit
932f139c95
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue