Rename theme.ActiveTabColor to theme.BackgroundColor

- Issue MatterHackers/MCCentral#4491
This commit is contained in:
John Lewin 2018-11-03 09:50:09 -07:00
parent f4a92920f5
commit 7212f11871
35 changed files with 53 additions and 52 deletions

View file

@ -50,7 +50,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
var primaryAccentColor = theme.PrimaryAccentColor;
this.Padding = 8;
this.BackgroundColor = theme.ActiveTabColor;
this.BackgroundColor = theme.BackgroundColor;
this.Cursor = Cursors.Hand;
secondaryBackground = new GuiWidget()