Index: options-writing.php
===================================================================
--- options-writing.php	(revision 3264)
+++ options-writing.php	(working copy)
@@ -13,7 +13,7 @@
 <table width="100%" cellspacing="2" cellpadding="5" class="editform"> 
 <tr valign="top"> 
 <th width="33%" scope="row"> <?php _e('Size of the post box:') ?></th> 
-<td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php form_option('default_post_edit_rows'); ?>" size="2" style="width: 1.5em; " /> 
+<td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php form_option('default_post_edit_rows'); ?>" size="2" style="width: 2.5em; " /> 
 <?php _e('lines') ?></td> 
 </tr> 
 <tr valign="top">

