Index: wp-admin/press-this.php
===================================================================
--- wp-admin/press-this.php	(revision 8509)
+++ wp-admin/press-this.php	(working copy)
@@ -506,7 +506,7 @@
 		<div class="editor_area">
 			<h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2>
 			<div class="editor-container">
-				<textarea name="content" id="content" style="width:100%;" class="mceEditor"><?php if ($selection) { echo wp_richedit_pre($selection); } ?><a href="<?php echo $url ?>"><?php echo $title; ?></a>.</textarea>
+				<textarea name="content" id="content" style="width:100%;" class="mceEditor" rows="10"><?php if ($selection) { echo wp_richedit_pre($selection); } ?><a href="<?php echo $url ?>"><?php echo $title; ?></a>.</textarea>
 			</div>
 		</div>
 	</div>
@@ -536,4 +536,4 @@
 	</div>
 </form>
 </body>
-</html>
\ No newline at end of file
+</html>
