| Index: chrome/android/java/res/layout/preference_spinner_single_line.xml
|
| diff --git a/chrome/android/java/res/layout/preference_spinner_single_line.xml b/chrome/android/java/res/layout/preference_spinner_single_line.xml
|
| index a51c96fb944f31e762a03d87a14d0c3a25d7dd85..cd628c02fec0b34641116921fbf08dcaa8d4f18a 100644
|
| --- a/chrome/android/java/res/layout/preference_spinner_single_line.xml
|
| +++ b/chrome/android/java/res/layout/preference_spinner_single_line.xml
|
| @@ -12,6 +12,7 @@
|
| style="@style/PreferenceLayout"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| + android:paddingEnd="8dp"
|
| android:orientation="vertical">
|
|
|
| <TextView
|
| @@ -24,7 +25,6 @@
|
| android:layout_height="wrap_content"
|
| android:layout_width="match_parent"
|
| android:textSize="16sp"
|
| - android:paddingStart="0dp"
|
| android:paddingTop="6dp" />
|
|
|
| </LinearLayout>
|
|
|