Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: chrome/browser/ui/views/layout_constants.cc

Issue 1398073002: Fix a variety of tabstrip positioning issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@parametrize
Patch Set: Remove erroneous comment Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/frame/glass_browser_frame_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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};
« no previous file with comments | « chrome/browser/ui/views/frame/glass_browser_frame_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698