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

Unified Diff: chrome/browser/ui/search/search_ui.cc

Issue 10987046: NTP Omnibox height wrong for --enable-instant-extended-api (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/search_ui.cc
diff --git a/chrome/browser/ui/search/search_ui.cc b/chrome/browser/ui/search/search_ui.cc
index 399c952d8328c12732ac68f96fc204ac90092f29..3e90f7d7594c8fb71c0993df67e1a66d79e3b5b9 100644
--- a/chrome/browser/ui/search/search_ui.cc
+++ b/chrome/browser/ui/search/search_ui.cc
@@ -18,8 +18,8 @@ const SkColor kSuggestBackgroundColor = SkColorSetRGB(0xEF, 0xEF, 0xEF);
const int kOmniboxFontSize = 16;
const int kLogoYPosition = 130;
-const int kLogoBottomGap = 20;
-const int kNTPOmniboxHeight = 40;
+const int kLogoBottomGap = 24;
+const int kNTPOmniboxHeight = 44;
const int kOmniboxBottomGap = 4;
const int kSearchResultsHeight = 122;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698