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: |