Add calibration icon
This commit is contained in:
parent
e7922550ce
commit
ba599ba898
4 changed files with 3 additions and 3 deletions
|
|
@ -354,7 +354,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
DialogWindow.Show(new PrinterCalibrationWizard(printer, theme));
|
||||
});
|
||||
}),
|
||||
Icon = AggContext.StaticData.LoadIcon("fa-cog_16.png", theme.InvertIcons)
|
||||
Icon = AggContext.StaticData.LoadIcon("compass.png", theme.InvertIcons)
|
||||
},
|
||||
new ActionSeparator(),
|
||||
new NamedAction()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue