Disable units test

This commit is contained in:
Lars Brubaker 2021-10-17 16:45:01 -07:00
parent 05d8aaafb3
commit fcb33a6e88
2 changed files with 2 additions and 19 deletions

View file

@ -61,7 +61,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
VAnchor = VAnchor.Fit
};
aligner.AddChild(textEditWidget = new MHTextEditWidget("", theme, pixelWidth: ControlWidth, tabIndex: tabIndex, unitsLabel: "mm")
aligner.AddChild(textEditWidget = new MHTextEditWidget("", theme, pixelWidth: ControlWidth, tabIndex: tabIndex)
{
ToolTipText = this.HelpText,
SelectAllOnFocus = true,