Disable units test
This commit is contained in:
parent
05d8aaafb3
commit
fcb33a6e88
2 changed files with 2 additions and 19 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue