Rename theme.ActiveTabColor to theme.BackgroundColor
- Issue MatterHackers/MCCentral#4491
This commit is contained in:
parent
f4a92920f5
commit
7212f11871
35 changed files with 53 additions and 52 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue