Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index 10d2861d0e379b8940cfe3d25f53ab732598e17b..a4b10fa10835f4c8dbfa7b1d0d7706f8b939eb2a 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -42,8 +42,8 @@ class Panel : public BrowserWindow, |
MINIMIZED |
}; |
- // The panel can be minimized to 3-pixel lines. |
- static const int kMinimizedPanelHeight = 3; |
+ // The panel can be minimized to 4-pixel lines. |
+ static const int kMinimizedPanelHeight = 4; |
virtual ~Panel(); |