diff --git a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml index f7a555cc61..c0c4e252ed 100644 --- a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml +++ b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml @@ -116,7 +116,7 @@ Item { id: antiOverhangMeshButton text: catalog.i18nc("@label", "Don't support overlaps") - iconSource: UM.Theme.getIcon("BlockSupportOverlaps"); + iconSource: UM.Theme.getIcon("MeshTypeExclude"); property bool needBorder: true checkable: true onClicked: setMeshType(antiOverhangMeshType) diff --git a/resources/qml/ObjectItemButton.qml b/resources/qml/ObjectItemButton.qml index 7d8988fde4..2b998e0438 100644 --- a/resources/qml/ObjectItemButton.qml +++ b/resources/qml/ObjectItemButton.qml @@ -173,7 +173,7 @@ Button case "infill_mesh": return UM.Theme.getIcon("MeshTypeIntersect"); case "anti_overhang_mesh": - return UM.Theme.getIcon("BlockSupportOverlaps"); + return UM.Theme.getIcon("MeshTypeExclude"); } return ""; } diff --git a/resources/themes/cura-light/icons/default/BlockSupportOverlaps.svg b/resources/themes/cura-light/icons/default/BlockSupportOverlaps.svg deleted file mode 100644 index a6d250c80a..0000000000 --- a/resources/themes/cura-light/icons/default/BlockSupportOverlaps.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/resources/themes/cura-light/icons/default/MeshTypeExclude.svg b/resources/themes/cura-light/icons/default/MeshTypeExclude.svg new file mode 100755 index 0000000000..f31de41aad --- /dev/null +++ b/resources/themes/cura-light/icons/default/MeshTypeExclude.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/resources/themes/cura-light/icons/deprecated_icons.json b/resources/themes/cura-light/icons/deprecated_icons.json index df286cffc7..9c6f58473b 100644 --- a/resources/themes/cura-light/icons/deprecated_icons.json +++ b/resources/themes/cura-light/icons/deprecated_icons.json @@ -64,7 +64,7 @@ "size": "default" }, "pos_modify_dont_support_overlap": { - "new_icon": "BlockSupportOverlaps", + "new_icon": "MeshTypeExclude", "size": "default" }, "minus": { @@ -239,10 +239,6 @@ "new_icon": "View3D", "size": "default" }, - "view_layer": { - "new_icon": "Layers", - "size": "default" - }, "view_front": { "new_icon": "ViewFront", "size": "default"