diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-11 22:25:47 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-11 22:25:47 +0000 |
commit | b7b4e084c93adee1ec64d113f8f653ca23aa1b22 (patch) | |
tree | a93eae3953571be94f25c59003f548c08f1e63e9 /chrome/app/resources/locale_settings_et.xtb | |
parent | cf53f87dbdff51ff58123eaac27fed9e04c97f28 (diff) | |
download | chromium_src-b7b4e084c93adee1ec64d113f8f653ca23aa1b22.zip chromium_src-b7b4e084c93adee1ec64d113f8f653ca23aa1b22.tar.gz chromium_src-b7b4e084c93adee1ec64d113f8f653ca23aa1b22.tar.bz2 |
Fix a layout bug in the fonts and languages dialog where
buttons get cut off on the right side of the dialog. Instead
of sizing the label text based on a constant from the localized
resources, use the default text size (no-multiline text).
I also tightened up the font preview box to just use
the size of the text + a constant padding on all sides.
BUG=13366
Review URL: http://codereview.chromium.org/125013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_et.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_et.xtb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_et.xtb b/chrome/app/resources/locale_settings_et.xtb index 0bd3bb7..1ae335d 100644 --- a/chrome/app/resources/locale_settings_et.xtb +++ b/chrome/app/resources/locale_settings_et.xtb @@ -35,7 +35,6 @@ <translation id="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES">4</translation> <translation id="IDS_FONTSLANG_DIALOG_WIDTH_CHARS">99</translation> <translation id="IDS_FONTSLANG_DIALOG_HEIGHT_LINES">26</translation> -<translation id="IDS_FONTSLANG_LABEL_WIDTH">20</translation> <translation id="IDS_PAGEINFO_DIALOG_WIDTH_CHARS">70</translation> <translation id="IDS_PAGEINFO_DIALOG_HEIGHT_LINES">25</translation> <translation id="IDS_SEARCHENGINES_DIALOG_WIDTH_CHARS">95</translation> |