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

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

Issue 1354823002: Render the tab close button as a vector-based icon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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/tabs/tab_utils.cc ('k') | chrome/browser/ui/views/tabs/media_indicator_button.h » ('j') | 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 4acf9a5c81332d9ec233ee7c13f614e33962fa01..9af0572c37c7671ea213dae3ca93ffeb3e4b5cf6 100644
--- a/chrome/browser/ui/views/layout_constants.cc
+++ b/chrome/browser/ui/views/layout_constants.cc
@@ -16,7 +16,7 @@ int GetLayoutConstant(LayoutConstant constant) {
const int kLocationBarVerticalPadding[] = {2, 2, 2};
const int kOmniboxDropdownBorderInterior[] = {6, 0, 0};
const int kOmniboxFontPixelSize[] = {16, 14, 14};
- const int kTabCloseButtonTrailingPaddingOverlap[] = {3, 3, 3};
+ const int kTabCloseButtonTrailingPaddingOverlap[] = {2, 2, 2};
const int kTabFaviconTitleSpacing[] = {4, 4, 4};
const int kTabMaximumTitleWidth[] = {175, 175, 175};
const int kTabPinnedContentWidth[] = {25, 25, 25};
« no previous file with comments | « chrome/browser/ui/tabs/tab_utils.cc ('k') | chrome/browser/ui/views/tabs/media_indicator_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698