Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7672)

Unified Diff: chrome/browser/chromeos/status/status_area_button.cc

Issue 5522007: ChromeOS status text halo polish. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gfx/canvas_skia_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/status/status_area_button.cc
diff --git a/chrome/browser/chromeos/status/status_area_button.cc b/chrome/browser/chromeos/status/status_area_button.cc
index 14d197dbd1e68aecbc9c5d87a90170042738853a..7c75e269da4c28126186483dc33f273c9dd257d3 100644
--- a/chrome/browser/chromeos/status/status_area_button.cc
+++ b/chrome/browser/chromeos/status/status_area_button.cc
@@ -23,8 +23,8 @@ StatusAreaButton::StatusAreaButton(views::ViewMenuDelegate* menu_delegate)
// Use an offset that is top aligned with toolbar.
set_menu_offset(0, 2);
- // Use a black halo for status text.
- SetTextHaloColor(SK_ColorBLACK);
+ // Use a 0.70 alpha black halo for status text as the icons.
+ SetTextHaloColor(SkColorSetARGB(0xB3, 0, 0, 0));
DaveMoore 2010/12/04 00:08:02 Could you make this a constant?
xiyuan 2010/12/04 00:35:21 Done.
}
void StatusAreaButton::Paint(gfx::Canvas* canvas, bool for_drag) {
« no previous file with comments | « no previous file | gfx/canvas_skia_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698