http://www.mediawiki.org/wiki/Special:Code/MediaWiki/55516

Revision: 55516
Author:   simetrical
Date:     2009-08-23 02:36:28 +0000 (Sun, 23 Aug 2009)

Log Message:
-----------
Increase rows on reply form from 5 -> 10

Maybe it's just because I'm long-winded, but I always find the height to
be way too small.  Thankfully I'm using WebKit, so I can just resize it
myself, but it gets annoying.  10 seems better, maybe more would be
better still.

This isn't actually tested, since I don't have a CodeReview install
handy, but it falls in the category of "too trivial to be buggy".
For real, you know, not like all the other times when people say that
but it's actually buggy anyway.  Honest.

Modified Paths:
--------------
    trunk/extensions/CodeReview/ui/CodeRevisionView.php

Modified: trunk/extensions/CodeReview/ui/CodeRevisionView.php
===================================================================
--- trunk/extensions/CodeReview/ui/CodeRevisionView.php 2009-08-23 01:25:48 UTC 
(rev 55515)
+++ trunk/extensions/CodeReview/ui/CodeRevisionView.php 2009-08-23 02:36:28 UTC 
(rev 55516)
@@ -609,7 +609,7 @@
                                'name' => "wpReply{$parent}",
                                'id' => "wpReplyTo{$parent}",
                                'cols' => 40,
-                               'rows' => 5 ) ) .
+                               'rows' => 10 ) ) .
                        $text .
                        '</textarea>' .
                        '</div>' .



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to