Simplify type name

This commit is contained in:
John Lewin 2017-08-14 19:49:57 -07:00
parent 6b785405e1
commit 4cecbc6e23
4 changed files with 7 additions and 8 deletions

View file

@ -132,7 +132,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
var tabPage = new TabPage(content, tabTitle);
tabControl.AddTab(new SimpleTextTabWidget(
tabControl.AddTab(new TextTab(
tabPage,
tabTitle + " Tab",
12,