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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="page hidden" id="fontSettings"> 1 <div class="page hidden" id="fontSettings">
2 <h1 i18n-content="fontSettingsTitle"></h1> 2 <h1 i18n-content="fontSettingsTitle"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="fontSettingsFontTitle"></h3> 4 <h3 i18n-content="fontSettingsFontTitle"></h3>
5 <div> 5 <div>
6 <div> 6 <div>
7 <label style="display:inline;"> 7 <label style="display:inline;">
8 <span i18n-content="fontSettingsSerifLabel"></span> 8 <span i18n-content="fontSettingsSerifLabel"></span>
9 <select id="fontSettingsSerifSelector" 9 <select id="fontSettingsSerifSelector"
10 pref="webkit.webprefs.serif_font_family" 10 pref="webkit.webprefs.serif_font_family"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 <span i18n-content="fontSettingsSizeLabel"></span> 44 <span i18n-content="fontSettingsSizeLabel"></span>
45 <select id="fontSettingsFixedWidthSizeSelector" 45 <select id="fontSettingsFixedWidthSizeSelector"
46 pref="webkit.webprefs.default_fixed_font_size" 46 pref="webkit.webprefs.default_fixed_font_size"
47 metric="Options_ChangeFixedFontSize"></select> 47 metric="Options_ChangeFixedFontSize"></select>
48 </label> 48 </label>
49 <div id="fontSettingsFixedWidthPreview"></div> 49 <div id="fontSettingsFixedWidthPreview"></div>
50 </div> 50 </div>
51 </div> 51 </div>
52 </section> 52 </section>
53 <section> 53 <section>
54 <h3 i18n-content="fontSettingsMinimumSizeTitle"></h3>
55 <div>
56 <select id="fontSettingsMinimumSizeSelector"></select>
57 </div>
58 </section>
59 <section>
54 <h3 i18n-content="fontSettingsEncodingTitle"></h3> 60 <h3 i18n-content="fontSettingsEncodingTitle"></h3>
55 <div> 61 <div>
56 <label style="display:inline;"> 62 <select id="fontSettingsEncodingSelector" pref="intl.charset_default"
57 <span i18n-content="fontSettingsEncodingLabel"></span> 63 metric="Options_ChangeFontEncoding"></select>
58 <select id="fontSettingsEncodingSelector"
59 pref="intl.charset_default" metric="Options_ChangeFontEncoding">
60 </select>
61 </label>
62 </div> 64 </div>
63 </section> 65 </section>
64 </div> 66 </div>
OLDNEW
« 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