Add new icon for block support overlaps

CURA-8205
This commit is contained in:
Kostas Karmas 2021-05-14 09:16:43 +02:00
parent 8014f11d6b
commit 7feba68847
3 changed files with 3 additions and 2 deletions

View file

@ -116,7 +116,7 @@ Item
{
id: antiOverhangMeshButton
text: catalog.i18nc("@label", "Don't support overlaps")
iconSource: UM.Theme.getIcon("MeshTypeExclude");
iconSource: UM.Theme.getIcon("BlockSupportOverlaps");
property bool needBorder: true
checkable: true
onClicked: setMeshType(antiOverhangMeshType)