finishing up new g92 test

This commit is contained in:
Lars Brubaker 2020-12-18 18:07:37 -08:00
parent b37b6b4e8a
commit 0482b558c5
5 changed files with 144 additions and 23 deletions

View file

@ -62,7 +62,8 @@ namespace MatterHackers.MatterControl.PrintLibrary
var textEditWidget = new MHTextEditWidget("", theme)
{
HAnchor = HAnchor.Stretch,
VAnchor = VAnchor.Center
VAnchor = VAnchor.Center,
Name = "Profile Path Widget"
};
textEditWidget.ActualTextEditWidget.EditComplete += (s, e) =>
{