Simplify type name
This commit is contained in:
parent
6b785405e1
commit
4cecbc6e23
4 changed files with 7 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue