Use PNG for X icon
- Issue MatterHackers/MCCentral#3278 X is not same black as checkmark (switch it to an icon in the icon folder)
This commit is contained in:
parent
2b20afd1f5
commit
03838baef0
2 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
toolbar.AddChild(applyButton);
|
||||
|
||||
// put in a remove button
|
||||
var removeButton = new IconButton(ThemeConfig.RestoreNormal, theme)
|
||||
var removeButton = new IconButton(AggContext.StaticData.LoadIcon("close.png", 16, 16, theme.InvertIcons), theme)
|
||||
{
|
||||
Margin = theme.ButtonSpacing,
|
||||
ToolTipText = "Remove operation from parts".Localize()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue