win: Underline's color tends to be a little lighter.

This commit is contained in:
Cheng Zhao 2014-08-18 15:41:57 +08:00
parent fedb08899c
commit 1dabd20d99

View file

@ -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);