Index: filefield_widget.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/filefield/filefield_widget.inc,v
retrieving revision 1.95
diff -u -r1.95 filefield_widget.inc
--- filefield_widget.inc	28 Apr 2010 23:27:16 -0000	1.95
+++ filefield_widget.inc	24 Jun 2010 16:30:44 -0000
@@ -22,7 +22,7 @@
     '#type' => 'textfield',
     '#title' => t('Permitted upload file extensions'),
     '#default_value' => $extensions,
-    '#size' => 64,
+    '#size' => 256,
     '#description' => t('Extensions a user can upload to this field. Separate extensions with a space and do not include the leading dot. Leaving this blank will allow users to upload a file with any extension.'),
     '#element_validate' => array('_filefield_widget_settings_extensions_validate'),
     '#weight' => 1,
