Use themed icon
This commit is contained in:
parent
02fe5e996a
commit
65f9d97195
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue