Fix tests
This commit is contained in:
parent
f19ae5bc55
commit
14ab51af33
5 changed files with 9 additions and 7 deletions
|
|
@ -59,12 +59,11 @@ namespace MatterHackers.MatterControl.PrinterControls
|
|||
null,
|
||||
theme));
|
||||
|
||||
// run leveling button
|
||||
var runWizardButton = new IconButton(AggContext.StaticData.LoadIcon("compass.png", theme.InvertIcons), theme)
|
||||
{
|
||||
VAnchor = VAnchor.Center,
|
||||
Margin = theme.ButtonSpacing,
|
||||
Name = "Run Leveling Button",
|
||||
Name = "Printer Calibration Button",
|
||||
ToolTipText = "Run Calibration".Localize()
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue