diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 21:34:54 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 21:34:54 +0000 |
commit | 68acddb6ced1c8d29e84fb1465f331515217e50a (patch) | |
tree | 2b905f16d232e76a5777f9ac985034191312493f /chrome/app/resources/locale_settings_mr.xtb | |
parent | cf379a0d234f7516fd5beb56d4fe983e1263de16 (diff) | |
download | chromium_src-68acddb6ced1c8d29e84fb1465f331515217e50a.zip chromium_src-68acddb6ced1c8d29e84fb1465f331515217e50a.tar.gz chromium_src-68acddb6ced1c8d29e84fb1465f331515217e50a.tar.bz2 |
Fix issue 8331: About dialog became too narrow when we changed
ChromeFont::GetExpectedTextWidth to use dlu_base_x _or_ average
character width (depending on which one is smaller).
BUG=8331
TEST=Open About box in all languages and make sure it is roughly
the same size as it was in 1.0.
Review URL: http://codereview.chromium.org/39214
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11039 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_mr.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_mr.xtb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_mr.xtb b/chrome/app/resources/locale_settings_mr.xtb index 8c4b392..2529b22 100644 --- a/chrome/app/resources/locale_settings_mr.xtb +++ b/chrome/app/resources/locale_settings_mr.xtb @@ -25,7 +25,7 @@ <translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">15.5</translation> <translation id="IDS_IMPORT_DIALOG_WIDTH_CHARS">60</translation> <translation id="IDS_IMPORT_DIALOG_HEIGHT_LINES">14</translation> -<translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">70</translation> +<translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">83</translation> <translation id="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES">5</translation> <translation id="IDS_FONTSLANG_DIALOG_WIDTH_CHARS">110</translation> <translation id="IDS_FONTSLANG_DIALOG_HEIGHT_LINES">26</translation> |