From 932f139c95ee31ecd62ac9e552df5eba46a29d26 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Wed, 19 Nov 2025 09:58:42 +0100 Subject: [PATCH] Rename lineTypeLabel to SchemeTypeLabel Updated the id from lineTypeLabel to SchemeTypeLabel and adjusted references accordingly for clarity and consistency in SimulationViewMenuComponent.qml. --- plugins/SimulationView/SimulationViewMenuComponent.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }