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

This commit is contained in:
Jaime van Kessel 2021-05-17 13:49:21 +02:00
commit 90eb2bfbdc
No known key found for this signature in database
GPG key ID: 3710727397403C91
5 changed files with 8 additions and 10 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)