Fix Android

This commit is contained in:
John Lewin 2018-10-13 22:40:28 -07:00
parent afcfc6d143
commit 94e2bb1fa4
3 changed files with 9 additions and 5 deletions

View file

@ -233,13 +233,13 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
// Hardware tab
tabControl.AddTab(
new ChromeTab("Hardware",
"Hardware".Localize(),
tabControl,
new ChromeTab("Hardware",
"Hardware".Localize(),
tabControl,
new HardwareTabPage(theme)
{
BackgroundColor = theme.ActiveTabColor
},
},
theme,
hasClose: false)
{