Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index 4911a0c7f5b70fb89103fbbcca3817e53c0402c2..8cbc21459cfab6a00f245d6c4cfed9801eddf8db 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(); |