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:
John Lewin 2018-05-05 08:36:02 -07:00
parent 2b20afd1f5
commit 03838baef0
2 changed files with 1 additions and 1 deletions

View file

@ -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()