diff options
author | harrym@chromium.org <harrym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 07:11:54 +0000 |
---|---|---|
committer | harrym@chromium.org <harrym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 07:11:54 +0000 |
commit | df94be7c204ae750fba0cc4c0418832ed8860112 (patch) | |
tree | 2700a4aa000d020a0abdf1f8486a9a377e58f501 /ui/views/bubble | |
parent | 57a91b16118564f54056b7120703bc1a13c88f76 (diff) | |
download | chromium_src-df94be7c204ae750fba0cc4c0418832ed8860112.zip chromium_src-df94be7c204ae750fba0cc4c0418832ed8860112.tar.gz chromium_src-df94be7c204ae750fba0cc4c0418832ed8860112.tar.bz2 |
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
Diffstat (limited to 'ui/views/bubble')
-rw-r--r-- | ui/views/bubble/tray_bubble_view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |