Convert static icons to instance, use theme colors
This commit is contained in:
parent
8e205cce57
commit
f8a15c3b96
6 changed files with 22 additions and 21 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue