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

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

Issue 1685763004: Fix various issues with popup/app window layout/drawing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Fix unittest Created 4 years, 10 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 | « no previous file | chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/layout_constants.cc
diff --git a/chrome/browser/ui/layout_constants.cc b/chrome/browser/ui/layout_constants.cc
index 33de7b7241662947ff7c8c2f09c9aaa4b051e7c1..b228e097f0c98e53e720603b208cb2275d08c42f 100644
--- a/chrome/browser/ui/layout_constants.cc
+++ b/chrome/browser/ui/layout_constants.cc
@@ -17,7 +17,7 @@ int GetLayoutConstant(LayoutConstant constant) {
const int kLocationBarBubbleVerticalPadding[] = {1, 4, 4};
const int kLocationBarHeight[] = {27, 28, 32};
const int kLocationBarHorizontalPadding[] = {3, 6, 6};
- const int kLocationBarVerticalPadding[] = {2, 2, 2};
+ const int kLocationBarVerticalPadding[] = {0, 1, 1};
const int kOmniboxDropdownBorderInterior[] = {6, 0, 0};
const int kOmniboxFontPixelSize[] = {16, 14, 14};
const int kTabCloseButtonTrailingPaddingOverlap[] = {2, 0, 0};
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698