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

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

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
Index: chrome/browser/resources/options/font_settings.js
===================================================================
--- chrome/browser/resources/options/font_settings.js (revision 62351)
+++ chrome/browser/resources/options/font_settings.js (working copy)
@@ -43,6 +43,8 @@
templateData.fontSettingsFontList)
$('fontSettingsFixedWidthSizeSelector').initializeValues(
templateData.fontSettingsFontSizeList)
+ $('fontSettingsMinimumSizeSelector').initializeValues(
+ templateData.fontSettingsMinimumFontSizeList)
$('fontSettingsEncodingSelector').initializeValues(
templateData.fontSettingsEncodingList)
}
« no previous file with comments | « chrome/browser/resources/options/font_settings.html ('k') | chrome/browser/resources/options/font_settings_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698