Use AccentMinimalOverlay menu hover color for DropLists
This commit is contained in:
parent
272e7f52b1
commit
97dd579d4b
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
this.MenuItemsBackgroundColor = menuTheme.ActiveTabColor;
|
||||
this.MenuItemsTextColor = menuTheme.Colors.PrimaryTextColor;
|
||||
this.MenuItemsBackgroundHoverColor = menuTheme.AccentMimimalOverlay;
|
||||
this.MenuItemsTextHoverColor = menuTheme.Colors.PrimaryTextColor;
|
||||
|
||||
this.theme = theme;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue