| Index: chrome/android/java/res/layout/new_tab_page_layout.xml
|
| diff --git a/chrome/android/java/res/layout/new_tab_page_layout.xml b/chrome/android/java/res/layout/new_tab_page_layout.xml
|
| index 8164d34cc6c448889549a636ebfdf6a30a043c23..e5bf10462c791293e565376450b37848103618bf 100644
|
| --- a/chrome/android/java/res/layout/new_tab_page_layout.xml
|
| +++ b/chrome/android/java/res/layout/new_tab_page_layout.xml
|
| @@ -58,7 +58,7 @@
|
| <LinearLayout
|
| android:id="@+id/search_box"
|
| android:layout_width="match_parent"
|
| - android:layout_height="48dp"
|
| + android:layout_height="@dimen/ntp_search_box_height"
|
| android:layout_marginStart="12dp"
|
| android:layout_marginEnd="12dp"
|
| android:layout_marginTop="7dp"
|
|
|