Index: modules/user/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.1000
diff -u -p -r1.1000 user.module
--- modules/user/user.module	8 Jun 2009 05:00:11 -0000	1.1000
+++ modules/user/user.module	12 Jun 2009 23:34:26 -0000
@@ -1812,6 +1812,7 @@ function user_edit_form(&$form_state, $u
       '#maxlength' => USERNAME_MAX_LENGTH,
       '#description' => t('Spaces are allowed; punctuation is not allowed except for periods, hyphens, apostrophes, and underscores.'),
       '#required' => TRUE,
+      '#size' => 60,
       '#attributes' => array('class' => 'username'),
     );
   }
@@ -1821,6 +1822,7 @@ function user_edit_form(&$form_state, $u
     '#maxlength' => EMAIL_MAX_LENGTH,
     '#description' => t('A valid e-mail address. All e-mails from the system will be sent to this address. The e-mail address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by e-mail.'),
     '#required' => TRUE,
+    '#size' => 64,
   );
   if (!$register) {
     $form['account']['pass'] = array('#type' => 'password_confirm',
