| Index: chrome/browser/ui/views/layout_constants.cc
|
| diff --git a/chrome/browser/ui/views/layout_constants.cc b/chrome/browser/ui/views/layout_constants.cc
|
| index 008262ae49eff1f3386646a02ad0cbecd9a162c6..dedc0ea2f6b4b0fba0291c66f7ffe3460ec0cdb4 100644
|
| --- a/chrome/browser/ui/views/layout_constants.cc
|
| +++ b/chrome/browser/ui/views/layout_constants.cc
|
| @@ -89,7 +89,7 @@ int GetLayoutConstant(LayoutConstant constant) {
|
|
|
| gfx::Insets GetLayoutInsets(LayoutInset inset) {
|
| const int kAvatarLeftPadding[] = {2, 4, 4};
|
| - const int kAvatarRightPadding[] = {2, 2, 2};
|
| + const int kAvatarRightPadding[] = {-6, 4, 4};
|
| const int kAvatarBottomPadding[] = {2, 4, 4};
|
| const int kOmniboxDropdownIconPadding[] = {2, 4, 8};
|
| const int kOmniboxDropdownTextPadding[] = {3, 4, 8};
|
|
|