diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-19 21:15:26 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-19 21:15:26 +0000 |
commit | db0cb7abdc635e40273f0ad31e1126c98223ff2b (patch) | |
tree | 42bdc86ffe3235fcb3a4d0dd929ab25c0cac2ce8 /chrome/app/resources | |
parent | fd1d6998e6a96569e478c87220f6825a3e47851c (diff) | |
download | chromium_src-db0cb7abdc635e40273f0ad31e1126c98223ff2b.zip chromium_src-db0cb7abdc635e40273f0ad31e1126c98223ff2b.tar.gz chromium_src-db0cb7abdc635e40273f0ad31e1126c98223ff2b.tar.bz2 |
Implement the remaining UI of the gtk AutoFill dialog.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/551065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index ae4e79d..0f593bb 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -678,12 +678,12 @@ <!-- The width of the AutoFill dialog in characters. --> <message name="IDS_AUTOFILL_DIALOG_WIDTH_CHARS" use_name_for_id="true"> - 80 + 98 </message> <!-- The height of the AutoFill dialog in lines. --> <message name="IDS_AUTOFILL_DIALOG_HEIGHT_LINES" use_name_for_id="true"> - 30 + 35 </message> </messages> </release> |