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

@ -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)