Use themed icon

This commit is contained in:
John Lewin 2018-02-21 17:27:37 -08:00
parent 02fe5e996a
commit 65f9d97195

View file

@ -48,7 +48,7 @@ namespace MatterHackers.MatterControl.PrinterControls
buttonRow.AddChild(new HorizontalSpacer());
// configure button
var configureIcon = AggContext.StaticData.LoadIcon("fa-cog_16.png", IconColor.Raw);
var configureIcon = AggContext.StaticData.LoadIcon("fa-cog_16.png", IconColor.Theme);
configureButton = new IconButton(configureIcon, theme)
{
ToolTipText = "Configure".Localize(),