From df94be7c204ae750fba0cc4c0418832ed8860112 Mon Sep 17 00:00:00 2001 From: "harrym@chromium.org" Date: Fri, 9 Aug 2013 07:11:54 +0000 Subject: ash:Shelf Update Alternate Layout For Alternate Layout: - Overflow Button Positioned correctly - Spacing between buttons increased - Position of App List button adjusted - Position of Status Area adjusted - App List no longer can be re positioned. TEST=Visual TBR=sadrul@chromium.org BUG=264232,263884,265661, 268500 Review URL: https://chromiumcodereview.appspot.com/22291003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216624 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/views/bubble/tray_bubble_view.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/views/bubble') diff --git a/ui/views/bubble/tray_bubble_view.cc b/ui/views/bubble/tray_bubble_view.cc index 76a2d42..40b83b5 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 -- cgit v1.1