Revise button styling and icon sizing
This commit is contained in:
parent
9915817e16
commit
0958e09e66
12 changed files with 10 additions and 9 deletions
|
|
@ -69,7 +69,7 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
};
|
||||
this.AddChild(container);
|
||||
|
||||
if (!ActiveTheme.Instance.IsDarkTheme)
|
||||
if (ActiveTheme.Instance.IsDarkTheme)
|
||||
{
|
||||
this.ImageWidget.Image = this.ImageWidget.Image.InvertLightness();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue