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

Side by Side Diff: chrome/app/resources/locale_settings.grd

Issue 2812026: Auto-size the views version of the options dialog. (Closed)
Patch Set: Fix autosizing issue with gtk pref pages in chromeos options dialog. Created 10 years, 5 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
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_am.xtb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/locale_settings.h" type="rc_header"> 4 <output filename="grit/locale_settings.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="locale_settings_am.rc" type="rc_all" lang="am" /> 7 <output filename="locale_settings_am.rc" type="rc_all" lang="am" />
8 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" /> 8 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" />
9 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" /> 9 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" />
10 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" /> 10 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" />
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 <!-- The default value for |WebPreference::uses_universal_detector|. --> 236 <!-- The default value for |WebPreference::uses_universal_detector|. -->
237 <message name="IDS_USES_UNIVERSAL_DETECTOR" use_name_for_id="true"> 237 <message name="IDS_USES_UNIVERSAL_DETECTOR" use_name_for_id="true">
238 false 238 false
239 </message> 239 </message>
240 240
241 <!-- The file name of the spellchecking dictionary without the extension ( case-sensitive). --> 241 <!-- The file name of the spellchecking dictionary without the extension ( case-sensitive). -->
242 <message name="IDS_SPELLCHECK_DICTIONARY" use_name_for_id="true"> 242 <message name="IDS_SPELLCHECK_DICTIONARY" use_name_for_id="true">
243 en-US 243 en-US
244 </message> 244 </message>
245 245
246 <!-- The width of the Options dialog box, in characters (character width = -->
247 <!-- average character width for default dialog box font) -->
248 <message name="IDS_OPTIONS_DIALOG_WIDTH_CHARS" use_name_for_id="true">
249 98
250 </message>
251
252 <!-- The height of the Options dialog box, in lines (line height = charact er -->
253 <!-- height for default dialog box font) -->
254 <message name="IDS_OPTIONS_DIALOG_HEIGHT_LINES" use_name_for_id="true">
255 36
256 </message>
257
258 <!-- The width of the title column of the Options dialog box, in character s (see --> 246 <!-- The width of the title column of the Options dialog box, in character s (see -->
259 <!-- above for defn of character width) --> 247 <!-- above for defn of character width) -->
260 <message name="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS" use_name_for_id ="true"> 248 <message name="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS" use_name_for_id ="true">
261 23 249 23
262 </message> 250 </message>
263 251
264 <!-- The width of the Options Reset confirmation box, in characters (see - -> 252 <!-- The width of the Options Reset confirmation box, in characters (see - ->
265 <!-- above for defn of character width) --> 253 <!-- above for defn of character width) -->
266 <message name="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS" use_name_for_id= "true"> 254 <message name="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS" use_name_for_id= "true">
267 80 255 80
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 <message name="IDS_CAPTCHA_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue"> 671 <message name="IDS_CAPTCHA_INPUT_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue">
684 60 672 60
685 </message> 673 </message>
686 <message name="IDS_CAPTCHA_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id="t rue"> 674 <message name="IDS_CAPTCHA_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id="t rue">
687 12 675 12
688 </message> 676 </message>
689 </if> 677 </if>
690 </messages> 678 </messages>
691 </release> 679 </release>
692 </grit> 680 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_am.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698