Change WindowTitle to Title - simple summary of task at hand

This commit is contained in:
jlewin 2019-03-19 18:14:03 -07:00
parent 1346d83e19
commit 4f0b6b0ba9
8 changed files with 15 additions and 15 deletions

View file

@ -42,7 +42,7 @@ namespace MatterHackers.MatterControl
this.printer = printer;
}
public string WindowTitle { get; protected set; }
public string Title { get; protected set; }
public PrinterConfig Printer => printer;