diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-06 04:41:29 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-06 04:41:29 +0000 |
commit | 3a86218b4e49293ad7b4a2a9d1cfe99675888f60 (patch) | |
tree | 0b93dcd2c5f2d69f719b3852f7923aa94b8452bf /chrome/app/locales | |
parent | 488e909e924ff53ad480a8516cccdc7ab64f43fe (diff) | |
download | chromium_src-3a86218b4e49293ad7b4a2a9d1cfe99675888f60.zip chromium_src-3a86218b4e49293ad7b4a2a9d1cfe99675888f60.tar.gz chromium_src-3a86218b4e49293ad7b4a2a9d1cfe99675888f60.tar.bz2 |
Fix Large Font issues in About box (issue 2458).
Review URL: http://codereview.chromium.org/9432
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/locales')
-rw-r--r-- | chrome/app/locales/locale_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/locales/locale_settings.h b/chrome/app/locales/locale_settings.h index 09f5d53..55400a0 100644 --- a/chrome/app/locales/locale_settings.h +++ b/chrome/app/locales/locale_settings.h @@ -86,7 +86,7 @@ // The width and height of the About dialog box in characters and lines (See // above). #define IDS_ABOUT_DIALOG_WIDTH_CHARS 1031 -#define IDS_ABOUT_DIALOG_HEIGHT_LINES 1032 +#define IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES 1032 // The width and height of the Fonts and Languages dialog box in characters and // lines (See above). |