Revise naming for clarity

This commit is contained in:
John Lewin 2018-05-08 17:23:55 -07:00
parent 9c09297ecb
commit 7731b0b4fd
7 changed files with 10 additions and 10 deletions

View file

@ -93,7 +93,7 @@ namespace MatterHackers.MatterControl
public Color DarkShade { get; } = new Color(0, 0, 0, 190);
public Color ActiveTabColor { get; set; }
public Color ActiveTabBarBackground { get; set; }
public Color TabBarBackground { get; set; }
public Color InactiveTabColor { get; set; }
public Color InteractionLayerOverlayColor { get; private set; }
@ -157,7 +157,7 @@ namespace MatterHackers.MatterControl
(colors.IsDarkTheme) ? 3 : 25));
this.ActiveTabColor = this.TabBodyBackground;
this.ActiveTabBarBackground = this.ActiveTabColor.AdjustLightness(0.85).ToColor();
this.TabBarBackground = this.ActiveTabColor.AdjustLightness(0.85).ToColor();
this.ThumbnailBackground = this.MinimalShade;
this.AccentMimimalOverlay = new Color(this.Colors.PrimaryAccentColor, 50);