Index: chrome/browser/ui/layout_constants.cc |
diff --git a/chrome/browser/ui/layout_constants.cc b/chrome/browser/ui/layout_constants.cc |
index c5479b712e6d11e45bd3524f94fc943627997a6a..4fef6bc0d82ff4f6ba5ccb7bccd938c2d8eef391 100644 |
--- a/chrome/browser/ui/layout_constants.cc |
+++ b/chrome/browser/ui/layout_constants.cc |
@@ -10,8 +10,8 @@ |
int GetLayoutConstant(LayoutConstant constant) { |
const int kFindBarVerticalOffset[] = {1, 6, 6}; |
- const int kIconLabelViewInternalSpacing[] = {3, 2, 2}; |
- const int kIconLabelViewTrailingPadding[] = {2, 3, 3}; |
+ const int kIconLabelViewInternalSpacing[] = {3, 5, 5}; |
+ const int kIconLabelViewTrailingPadding[] = {2, 6, 6}; |
const int kLocationBarBorderThickness[] = {2, 1, 1}; |
const int kLocationBarBubbleFontVerticalPadding[] = {1, 2, 4}; |
const int kLocationBarBubbleHorizontalPadding[] = {1, 4, 4}; |