From 32d6c2243d612e2f156c909198a91b4073bcf886 Mon Sep 17 00:00:00 2001 From: "finnur@google.com" Date: Thu, 18 Dec 2008 23:39:12 +0000 Subject: Fixing 4222: Clear data dialog has new fields, but size has not increased in non-US locales. While verifying on all locales, I noticed three locales that had this dialog wider than others and I shrunk those too. Those were locales: el, fil and sv. Review URL: http://codereview.chromium.org/15066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7273 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/resources/locale_settings_nl.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/app/resources/locale_settings_nl.rc') diff --git a/chrome/app/resources/locale_settings_nl.rc b/chrome/app/resources/locale_settings_nl.rc index 676765d..af5445c 100644 --- a/chrome/app/resources/locale_settings_nl.rc +++ b/chrome/app/resources/locale_settings_nl.rc @@ -25,7 +25,7 @@ BEGIN IDS_BUGREPORT_DIALOG_WIDTH_CHARS "85" IDS_BUGREPORT_DIALOG_HEIGHT_LINES "17" IDS_CLEARDATA_DIALOG_WIDTH_CHARS "67" - IDS_CLEARDATA_DIALOG_HEIGHT_LINES "14.5" + IDS_CLEARDATA_DIALOG_HEIGHT_LINES "15.5" IDS_IMPORT_DIALOG_WIDTH_CHARS "60" IDS_IMPORT_DIALOG_HEIGHT_LINES "14" IDS_ABOUT_DIALOG_WIDTH_CHARS "70" -- cgit v1.1