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

Unified Diff: ash/system/tray/system_tray.cc

Issue 9813020: Adjust uber tray spacing around avatar and draw avatar using rounded rectangle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | ash/system/user/tray_user.h » ('j') | ash/system/user/tray_user.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray.cc
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
index 33fc193d019996bd66fe8abfa0fb3ec26f8dd453..43935a01e2453eb1d496965cb4aaf6804d89b45b 100644
--- a/ash/system/tray/system_tray.cc
+++ b/ash/system/tray/system_tray.cc
@@ -407,7 +407,7 @@ SystemTray::SystemTray()
popup_(NULL) {
container_ = new views::View;
container_->SetLayoutManager(new views::BoxLayout(
- views::BoxLayout::kHorizontal, 5, 0, kTrayPaddingBetweenItems));
+ views::BoxLayout::kHorizontal, 1, 1, kTrayPaddingBetweenItems));
sadrul 2012/03/21 21:26:15 The lack of horizontal padding on the left looks .
flackr 2012/03/21 23:19:05 Fixed, thanks for the tip.
container_->set_background(new SystemTrayBackground);
set_border(views::Border::CreateEmptyBorder(0, 0,
kPaddingFromBottomOfScreen, kPaddingFromRightEdgeOfScreen));
« no previous file with comments | « no previous file | ash/system/user/tray_user.h » ('j') | ash/system/user/tray_user.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698