Revise theme support
This commit is contained in:
parent
7ba684ef8d
commit
ee936efb8a
57 changed files with 1562 additions and 458 deletions
|
|
@ -225,7 +225,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
{
|
||||
Name = item.key + " Tab",
|
||||
InactiveTabColor = Color.Transparent,
|
||||
ActiveTabColor = theme.TabBodyBackground
|
||||
ActiveTabColor = theme.ActiveTabColor
|
||||
};
|
||||
|
||||
tab.CloseClicked += (s, e) =>
|
||||
|
|
@ -253,6 +253,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
Width = this.ConstrainedWidth,
|
||||
VAnchor = VAnchor.Stretch,
|
||||
HAnchor = HAnchor.Right,
|
||||
BackgroundColor = theme.ActiveTabColor,
|
||||
SpliterBarColor = theme.SplitterBackground,
|
||||
SplitterWidth = theme.SplitterWidth,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue