finishing up new g92 test
This commit is contained in:
parent
b37b6b4e8a
commit
0482b558c5
5 changed files with 144 additions and 23 deletions
|
|
@ -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) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue