Make the 'hardware' tab have the right background color
This commit is contained in:
parent
1c3686ceb6
commit
9a11f5697b
1 changed files with 9 additions and 1 deletions
|
|
@ -233,7 +233,15 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
// Hardware tab
|
||||
tabControl.AddTab(
|
||||
new ChromeTab("Hardware", "Hardware".Localize(), tabControl, new HardwareTabPage(theme), theme, hasClose: false)
|
||||
new ChromeTab("Hardware",
|
||||
"Hardware".Localize(),
|
||||
tabControl,
|
||||
new HardwareTabPage(theme)
|
||||
{
|
||||
BackgroundColor = theme.ActiveTabColor
|
||||
},
|
||||
theme,
|
||||
hasClose: false)
|
||||
{
|
||||
MinimumSize = new Vector2(0, theme.TabButtonHeight),
|
||||
Name = "Hardware Tab",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue