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

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

Issue 1589021: Status area improvements:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months 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
Index: chrome/browser/chromeos/status/network_menu_button.cc
===================================================================
--- chrome/browser/chromeos/status/network_menu_button.cc (revision 44004)
+++ chrome/browser/chromeos/status/network_menu_button.cc (working copy)
@@ -375,10 +375,9 @@
// Icons are 24x24.
static const int kIconWidth = 24;
static const int kIconHeight = 24;
- // Draw the network icon 4 pixels down to center it.
- // Because the status icon is 24x24 but the images are 24x16.
+ // Draw the network icon 3 pixels down to center it.
static const int kIconX = 0;
- static const int kIconY = 4;
+ static const int kIconY = 3;
// Draw badge at (14,14).
static const int kBadgeX = 14;
static const int kBadgeY = 14;

Powered by Google App Engine
This is Rietveld 408576698