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 id: antiOverhangMeshButton
text: catalog.i18nc("@label", "Don't support overlaps") text: catalog.i18nc("@label", "Don't support overlaps")
iconSource: UM.Theme.getIcon("MeshTypeExclude"); iconSource: UM.Theme.getIcon("BlockSupportOverlaps");
property bool needBorder: true property bool needBorder: true
checkable: true checkable: true
onClicked: setMeshType(antiOverhangMeshType) onClicked: setMeshType(antiOverhangMeshType)

View file

@ -0,0 +1 @@
<svg id="Artwork" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#231f20;}</style></defs><path class="cls-1" d="M5.05,14.3v6.75h-2V12.27c.09.11.19.22.29.32Z"/><path class="cls-1" d="M9.05,17.8v3.25h-2V16.3l.46.46A4.82,4.82,0,0,0,9.05,17.8Z"/><path class="cls-1" d="M13.05,17.8v3.25h-2V18.22A4.85,4.85,0,0,0,13.05,17.8Z"/><path d="M21.47,7.64l-2-2a2,2,0,0,0-2.82,0l-2,2a2,2,0,0,0,0,2.82l2,2a2,2,0,0,0,2.82,0l2-2A2,2,0,0,0,21.47,7.64Zm-3.42,3.41-2-2,2-2,2,2Z"/><polygon points="21 16.42 19.58 15 18 16.58 16.42 15 15 16.42 16.58 18 15 19.58 16.42 21 18 19.42 19.58 21 21 19.58 19.42 18 21 16.42"/><path d="M13.47,12.13l1.41,1.41-1.76,1.75a3,3,0,0,1-4.24,0L4.71,11.12a3,3,0,0,1,0-4.24L8.88,2.71a3,3,0,0,1,4.24,0l1.81,1.81-.41.41-.59.59-.41.41L11,3.41,5.41,9,11,14.59Z"/><path d="M13.52,5.93l.41-.41"/></svg>

After

Width:  |  Height:  |  Size: 837 B

View file

@ -64,7 +64,7 @@
"size": "default" "size": "default"
}, },
"pos_modify_dont_support_overlap": { "pos_modify_dont_support_overlap": {
"new_icon": "MeshTypeExclude", "new_icon": "BlockSupportOverlaps",
"size": "default" "size": "default"
}, },
"minus": { "minus": {