Fix tests

This commit is contained in:
jlewin 2019-05-29 17:01:44 -07:00
parent f19ae5bc55
commit 14ab51af33
5 changed files with 9 additions and 7 deletions

View file

@ -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()
};