From 68acddb6ced1c8d29e84fb1465f331515217e50a Mon Sep 17 00:00:00 2001 From: "finnur@chromium.org" <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Thu, 5 Mar 2009 21:34:54 +0000 Subject: 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 --- chrome/app/resources/locale_settings_uk.xtb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/app/resources/locale_settings_uk.xtb') diff --git a/chrome/app/resources/locale_settings_uk.xtb b/chrome/app/resources/locale_settings_uk.xtb index ac67f2a..514aaa2 100644 --- a/chrome/app/resources/locale_settings_uk.xtb +++ b/chrome/app/resources/locale_settings_uk.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">97</translation> <translation id="IDS_FONTSLANG_DIALOG_HEIGHT_LINES">26</translation> -- cgit v1.1