Fix Android
This commit is contained in:
parent
afcfc6d143
commit
94e2bb1fa4
3 changed files with 9 additions and 5 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue