Swap to higher contrast hover color
This commit is contained in:
parent
cfbbc43df0
commit
dcffcb050f
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
this.theme = theme;
|
||||
this.DisabledColor = theme.DisabledColor;
|
||||
this.HoverColor = theme.MinimalShade;
|
||||
this.HoverColor = theme.SlightShade;
|
||||
this.MouseDownColor = theme.MinimalShade;
|
||||
this.PopupBorderColor = AppContext.MenuTheme.BorderColor40;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue