win: Underline's color tends to be a little lighter.
This commit is contained in:
parent
fedb08899c
commit
1dabd20d99
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ void MenuBar::SetMenu(ui::MenuModel* model) {
|
|||
button->SetHighlightColor(highlight_color_);
|
||||
button->SetHoverColor(hover_color_);
|
||||
button->SetUnderlineColor(enabled_color_);
|
||||
#elif defined(OS_WIN)
|
||||
button->SetUnderlineColor(color_utils::GetSysSkColor(COLOR_GRAYTEXT));
|
||||
#endif
|
||||
|
||||
AddChildView(button);
|
||||
|
|
Loading…
Reference in a new issue