Revert "Merge branch 'CURA-8205_Introduce_new_icons_in_Cura' of github.com:Ultimaker/Cura"

This reverts commit 90eb2bfbdc, reversing
changes made to 91c4d8b5f2.
This commit is contained in:
Jaime van Kessel 2021-05-27 16:01:17 +02:00
parent 6ec61a6a11
commit 6483db3d47
No known key found for this signature in database
GPG key ID: 3710727397403C91
5 changed files with 10 additions and 8 deletions

View file

@ -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 "";
}