diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-11 17:49:24 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-11 17:49:24 +0000 |
commit | 3bcdab123383ab0c6cf899cbf063f0e231fa0cc0 (patch) | |
tree | 8d9a0375542e1c472540441d412a4b6f466de9f5 | |
parent | d4f2e68c7e85383674adcfb105741c664c0b4128 (diff) | |
download | chromium_src-3bcdab123383ab0c6cf899cbf063f0e231fa0cc0.zip chromium_src-3bcdab123383ab0c6cf899cbf063f0e231fa0cc0.tar.gz chromium_src-3bcdab123383ab0c6cf899cbf063f0e231fa0cc0.tar.bz2 |
Increase the height of the options dialog in zh-TW to match
that of zh-CN. When using Simsum, the default font on
Chinese Windows, text was getting cut off.
Also increase the height for ro.
BUG=1311445,1219515
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@662 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/resources/locale_settings_ro.rc | 2 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_zh-TW.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings_ro.rc b/chrome/app/resources/locale_settings_ro.rc index 3254acd..66a00d7 100644 --- a/chrome/app/resources/locale_settings_ro.rc +++ b/chrome/app/resources/locale_settings_ro.rc @@ -21,7 +21,7 @@ BEGIN IDS_LEARN_MORE_PHISHING_URL "http://www.google.com/tools/firefox/safebrowsing/faq.html#q4" IDS_PAGE_MENU_REPORT_PHISHING_WEBSITE_URL "http://fix.me.please/?url=$1" IDS_OPTIONS_DIALOG_WIDTH_CHARS "98" - IDS_OPTIONS_DIALOG_HEIGHT_LINES "36" + IDS_OPTIONS_DIALOG_HEIGHT_LINES "37" IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS "26" IDS_BUGREPORT_DIALOG_WIDTH_CHARS "85" IDS_BUGREPORT_DIALOG_HEIGHT_LINES "17" diff --git a/chrome/app/resources/locale_settings_zh-TW.rc b/chrome/app/resources/locale_settings_zh-TW.rc index 749026b..2fb29a2 100644 --- a/chrome/app/resources/locale_settings_zh-TW.rc +++ b/chrome/app/resources/locale_settings_zh-TW.rc @@ -21,7 +21,7 @@ BEGIN IDS_LEARN_MORE_PHISHING_URL "http://www.google.com/tools/firefox/safebrowsing/faq.html#q4" IDS_PAGE_MENU_REPORT_PHISHING_WEBSITE_URL "http://fix.me.please/?url=$1" IDS_OPTIONS_DIALOG_WIDTH_CHARS "95" - IDS_OPTIONS_DIALOG_HEIGHT_LINES "36" + IDS_OPTIONS_DIALOG_HEIGHT_LINES "39" IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS "25" IDS_BUGREPORT_DIALOG_WIDTH_CHARS "85" IDS_BUGREPORT_DIALOG_HEIGHT_LINES "17" |