| Index: chrome/browser/resources/options/font_settings.html
|
| ===================================================================
|
| --- chrome/browser/resources/options/font_settings.html (revision 62351)
|
| +++ chrome/browser/resources/options/font_settings.html (working copy)
|
| @@ -51,14 +51,16 @@
|
| </div>
|
| </section>
|
| <section>
|
| + <h3 i18n-content="fontSettingsMinimumSizeTitle"></h3>
|
| + <div>
|
| + <select id="fontSettingsMinimumSizeSelector"></select>
|
| + </div>
|
| + </section>
|
| + <section>
|
| <h3 i18n-content="fontSettingsEncodingTitle"></h3>
|
| <div>
|
| - <label style="display:inline;">
|
| - <span i18n-content="fontSettingsEncodingLabel"></span>
|
| - <select id="fontSettingsEncodingSelector"
|
| - pref="intl.charset_default" metric="Options_ChangeFontEncoding">
|
| - </select>
|
| - </label>
|
| + <select id="fontSettingsEncodingSelector" pref="intl.charset_default"
|
| + metric="Options_ChangeFontEncoding"></select>
|
| </div>
|
| </section>
|
| </div>
|
|
|