| 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;
|
|
|
|
|