diff --git a/plugins/SimulationView/SimulationViewMenuComponent.qml b/plugins/SimulationView/SimulationViewMenuComponent.qml index 93bafd4bcd..98467a085d 100644 --- a/plugins/SimulationView/SimulationViewMenuComponent.qml +++ b/plugins/SimulationView/SimulationViewMenuComponent.qml @@ -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 }