diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-09 01:44:57 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-09 01:44:57 +0000 |
commit | 0e7f6435abb83e81e5e012f080cd2338461b0fdc (patch) | |
tree | aa4af3b55585cdbacc9c02545f6848127c345b0a | |
parent | a5862bd97c378b873c7956283c9cfec9dac6bbc9 (diff) | |
download | chromium_src-0e7f6435abb83e81e5e012f080cd2338461b0fdc.zip chromium_src-0e7f6435abb83e81e5e012f080cd2338461b0fdc.tar.gz chromium_src-0e7f6435abb83e81e5e012f080cd2338461b0fdc.tar.bz2 |
Ensure entire content settings dialog cookie page is visible in Windows Classic.
BUG=34912
TEST=Open Content Settings dialog in Windows Classic theme and make sure there's a Flash Player link at the bottom.
Review URL: http://codereview.chromium.org/598001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38433 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 15050c5..3d47763 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -274,13 +274,13 @@ <!-- The width of the Content Settings dialog box, in characters (character width = --> <!-- average character width for default dialog box font) --> <message name="IDS_CONTENT_SETTINGS_DIALOG_WIDTH_CHARS" use_name_for_id="true"> - 72 + 76 </message> <!-- The height of the Content Settings dialog box, in lines (line height = character --> <!-- height for default dialog box font) --> <message name="IDS_CONTENT_SETTINGS_DIALOG_HEIGHT_LINES" use_name_for_id="true"> - 22 + 24 </message> <!-- The width and height of the URL picker dialog box in characters and lines --> |