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

Unified Diff: ash/wm/panels/panel_layout_manager.cc

Issue 13650008: Make panel arrows slightly smaller (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/panels/panel_layout_manager.cc
diff --git a/ash/wm/panels/panel_layout_manager.cc b/ash/wm/panels/panel_layout_manager.cc
index db65ff86af1db998ef51e9084b0e89baa83aa7a6..8d3ff92a11865251e84f7dedcc4ba1b72346e23f 100644
--- a/ash/wm/panels/panel_layout_manager.cc
+++ b/ash/wm/panels/panel_layout_manager.cc
@@ -44,8 +44,8 @@ const float kMaxHeightFactor = .80f;
const float kMaxWidthFactor = .50f;
// Callout arrow dimensions.
-const int kArrowWidth = 20;
-const int kArrowHeight = 10;
+const int kArrowWidth = 18;
+const int kArrowHeight = 9;
class CalloutWidgetBackground : public views::Background {
public:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698