Index: chrome/browser/ui/views/wrench_menu.cc |
=================================================================== |
--- chrome/browser/ui/views/wrench_menu.cc (revision 104959) |
+++ chrome/browser/ui/views/wrench_menu.cc (working copy) |
@@ -400,7 +400,8 @@ |
zoom_label_ = new Label( |
l10n_util::GetStringFUTF16Int(IDS_ZOOM_PERCENT, 100)); |
- zoom_label_->SetColor(MenuConfig::instance().text_color); |
+ zoom_label_->SetAutoColorReadabilityEnabled(false); |
+ zoom_label_->SetEnabledColor(MenuConfig::instance().text_color); |
zoom_label_->SetHorizontalAlignment(Label::ALIGN_RIGHT); |
MenuButtonBackground* center_bg = |
new MenuButtonBackground(MenuButtonBackground::CENTER_BUTTON); |