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

Unified Diff: chrome/browser/resources/options/font_settings.html

Issue 3584019: dom-ui settings: Add setting for setting the minimum font size.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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 | « chrome/browser/resources/options.html ('k') | chrome/browser/resources/options/font_settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/resources/options/font_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698