Chromium Code Reviews| Index: chrome/browser/ui/panels/panel_manager.cc |
| diff --git a/chrome/browser/ui/panels/panel_manager.cc b/chrome/browser/ui/panels/panel_manager.cc |
| index 30eb6cd95df05814e63b4b48a5ebe3500667a3f1..79cdf3ab8faf866b555dbb2868e82da9b828c214 100644 |
| --- a/chrome/browser/ui/panels/panel_manager.cc |
| +++ b/chrome/browser/ui/panels/panel_manager.cc |
| @@ -18,7 +18,7 @@ |
| #include "content/public/browser/notification_source.h" |
| namespace { |
| -const int kOverflowStripThickness = 24; |
| +const int kOverflowStripThickness = 26; |
|
jennb
2011/12/08 20:05:46
How is this change related to the bug fixes?
|
| // Width of spacing around panel strip and the left/right edges of the screen. |
| const int kPanelStripLeftMargin = kOverflowStripThickness + 6; |