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