Split solid and 100% infill icons into two icons

Both have different margins for their different use cases.

Contributes to issue CURA-8202.
This commit is contained in:
Ghostkeeper 2021-07-07 10:32:30 +02:00
parent 8e5485330f
commit 1975d053b0
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
3 changed files with 7 additions and 11 deletions

View file

@ -43,7 +43,7 @@ Item
{
return UM.Theme.getIcon("Infill2")
}
return UM.Theme.getIcon("Solid")
return UM.Theme.getIcon("Infill100")
}
}