Code cleanup

This commit is contained in:
John Lewin 2018-10-11 17:26:05 -07:00
parent baa13c67f6
commit 2e1090f075
4 changed files with 4 additions and 189 deletions

View file

@ -233,7 +233,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
// Hardware tab
tabControl.AddTab(
new ChromeTab("Hardware", "Hardware".Localize(), tabControl, new InventoryTabPage(theme), theme, hasClose: false)
new ChromeTab("Hardware", "Hardware".Localize(), tabControl, new HardwareTabPage(theme), theme, hasClose: false)
{
MinimumSize = new Vector2(0, theme.TabButtonHeight),
Name = "Hardware Tab",