diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-15 20:58:44 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-15 20:58:44 +0000 |
commit | 9aa4ed8e23f966aee43960856be87d2b722aca7f (patch) | |
tree | cd224dd79ab35301ee5cb0650525aa32a3bb9c7e /chrome/app/resources | |
parent | 3b098dc68835305b3f9945cec17df3c221284ea1 (diff) | |
download | chromium_src-9aa4ed8e23f966aee43960856be87d2b722aca7f.zip chromium_src-9aa4ed8e23f966aee43960856be87d2b722aca7f.tar.gz chromium_src-9aa4ed8e23f966aee43960856be87d2b722aca7f.tar.bz2 |
Simplify the gtk AutoFill dialog and bring it more in line with the mocks.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/551034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36402 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index b6e8788..ae4e79d 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -676,10 +676,15 @@ 55 </message> - <!-- The width for the AutoFill dialog in characters. --> + <!-- The width of the AutoFill dialog in characters. --> <message name="IDS_AUTOFILL_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 80 </message> + + <!-- The height of the AutoFill dialog in lines. --> + <message name="IDS_AUTOFILL_DIALOG_HEIGHT_LINES" use_name_for_id="true"> + 30 + </message> </messages> </release> </grit> |