Fixes the alignment of the icon and text in the origin chip.

The icon was not aligned with the location icon decoration, which means that when
the chip was clicked, it would move two pixels to the right, which looked weird.

BUG=364119
R=shess@chromium.org

Review URL: https://codereview.chromium.org/286263005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271242 0039d316-1c4b-4281-b951-d872f2087c98
parent b7a1db13
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
namespace { namespace {
const CGFloat kInnerLeftPadding = 3; const CGFloat kInnerLeftPadding = 5;
const CGFloat kIconLabelPadding = 2; const CGFloat kIconLabelPadding = 2;
const CGFloat kInnerRightPadding = 6; const CGFloat kInnerRightPadding = 6;
const CGFloat kOuterRightPadding = 3; const CGFloat kOuterRightPadding = 3;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment