One more test passing

This commit is contained in:
Lars Brubaker 2018-01-24 17:49:16 -08:00
parent 5860bfe4a0
commit 104ac94632
6 changed files with 19 additions and 9 deletions

View file

@ -68,7 +68,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
this.scene = scene;
this.printer = printer;
this.AddChild(inlineTitleEdit = new InlineTitleEdit("", theme));
this.AddChild(inlineTitleEdit = new InlineTitleEdit("", theme, "Object Name"));
inlineTitleEdit.TitleChanged += (s, e) =>
{
if (item != null)