Fixing theme on added system windows
This commit is contained in:
parent
d0b7795bf3
commit
bd13ec03c2
3 changed files with 18 additions and 2 deletions
|
|
@ -1211,6 +1211,15 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
this.IsReloading = true;
|
||||
|
||||
var theme = ApplicationController.Instance.Theme;
|
||||
SingleWindowProvider.SetWindowTheme(theme.TextColor,
|
||||
theme.DefaultFontSize - 1,
|
||||
theme.InvertIcons,
|
||||
() => theme.CreateSmallResetButton(),
|
||||
theme.ToolbarPadding,
|
||||
theme.TabBarBackground,
|
||||
new Color(theme.PrimaryAccentColor, 175));
|
||||
|
||||
reloadingOverlay = new GuiWidget
|
||||
{
|
||||
HAnchor = HAnchor.Stretch,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue