Lots of theme and UI related updates.
This commit is contained in:
parent
caa660fc22
commit
738b2d5a57
15 changed files with 275 additions and 151 deletions
|
|
@ -189,7 +189,7 @@ namespace MatterHackers.Agg.UI
|
|||
|
||||
private void SetDisplayAttributes()
|
||||
{
|
||||
this.TextColor = RGBA_Bytes.White;
|
||||
this.TextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
this.NormalColor = ActiveTheme.Instance.PrimaryBackgroundColor;
|
||||
this.HoverColor = RGBA_Bytes.Gray;
|
||||
this.MenuItemsBorderWidth = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue