mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
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:
parent
8e5485330f
commit
1975d053b0
3 changed files with 7 additions and 11 deletions
|
|
@ -43,7 +43,7 @@ Item
|
|||
{
|
||||
return UM.Theme.getIcon("Infill2")
|
||||
}
|
||||
return UM.Theme.getIcon("Solid")
|
||||
return UM.Theme.getIcon("Infill100")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue