Convert static icons to instance, use theme colors

This commit is contained in:
John Lewin 2018-04-12 11:23:08 -07:00
parent 8e205cce57
commit f8a15c3b96
6 changed files with 22 additions and 21 deletions

View file

@ -265,7 +265,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
},
new NamedAction()
{
Icon = AggContext.StaticData.LoadIcon("memory_16x16.png", 16, 16),
Icon = AggContext.StaticData.LoadIcon("memory_16x16.png", 16, 16, theme.InvertIcons),
Title = "Configure EEProm".Localize(),
Action = configureEePromButton_Click
},