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

Unified Diff: chrome/browser/ui/panels/panel.h

Issue 8664021: Update Panel UI looks on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
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();

Powered by Google App Engine
This is Rietveld 408576698