Revise dialog theme colors
This commit is contained in:
parent
1801d9eb56
commit
3f78eccc9d
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ namespace MatterHackers.MatterControl
|
|||
contentRow = new FlowLayoutWidget(FlowDirection.TopToBottom)
|
||||
{
|
||||
Padding = new BorderDouble(10),
|
||||
BackgroundColor = theme.ActiveTabColor,
|
||||
BackgroundColor = theme.SectionBackgroundColor,
|
||||
HAnchor = HAnchor.Stretch,
|
||||
VAnchor = VAnchor.Stretch
|
||||
};
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
private void SetBackgroundColor()
|
||||
{
|
||||
this.BackgroundColor = theme.InactiveTabColor;
|
||||
this.BackgroundColor = theme.ActiveTabColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue