diff options
author | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 21:11:41 +0000 |
---|---|---|
committer | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 21:11:41 +0000 |
commit | 454dcb8ded0800384d70a126e61939e1178e922d (patch) | |
tree | feb19fd2bd2b0c2355ffaa22522f6392c4774c02 /chrome/app/locales | |
parent | 6e2ef010f76be1ea7c5c45b17a375af68f8dd947 (diff) | |
download | chromium_src-454dcb8ded0800384d70a126e61939e1178e922d.zip chromium_src-454dcb8ded0800384d70a126e61939e1178e922d.tar.gz chromium_src-454dcb8ded0800384d70a126e61939e1178e922d.tar.bz2 |
Fix a bug where languages that have a long string for the
dangerous download warning cause an overlap with the label
for that download's URL.
We now use a locale-specific pixel value which changes the
height of each download's view on the download page so that
this overlap no longer happens.
BUG=3824 (http://code.google.com/p/chromium/issues/detail?id=3824)
Review URL: http://codereview.chromium.org/8933
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/locales')
-rw-r--r-- | chrome/app/locales/locale_settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/locales/locale_settings.h b/chrome/app/locales/locale_settings.h index 66478df..09f5d53 100644 --- a/chrome/app/locales/locale_settings.h +++ b/chrome/app/locales/locale_settings.h @@ -169,3 +169,6 @@ // (See above). #define IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS 1062 #define IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES 1063 + +// The language dependent download view size. +#define IDS_DOWNLOAD_BIG_PROGRESS_SIZE 1064 |