| Index: ui/views/bubble/tray_bubble_view.cc
|
| diff --git a/ui/views/bubble/tray_bubble_view.cc b/ui/views/bubble/tray_bubble_view.cc
|
| index 76a2d42b1aa93c6639b02e8f27a82d0c72daa0ab..40b83b50bffe7c1d8f11b251b04ecbb284450e33 100644
|
| --- a/ui/views/bubble/tray_bubble_view.cc
|
| +++ b/ui/views/bubble/tray_bubble_view.cc
|
| @@ -33,10 +33,10 @@ const int kBubbleSpacing = 20;
|
|
|
| // The new theme adjusts the menus / bubbles to be flush with the shelf when
|
| // there is no bubble. These are the offsets which need to be applied.
|
| -const int kArrowOffsetTopBottom = 5;
|
| +const int kArrowOffsetTopBottom = 4;
|
| const int kArrowOffsetLeft = 9;
|
| const int kArrowOffsetRight = -5;
|
| -const int kOffsetLeftRightForTopBottomOrientation = 2;
|
| +const int kOffsetLeftRightForTopBottomOrientation = 5;
|
|
|
| } // namespace
|
|
|
|
|