--- lib/Perly/View.pm 2008/06/08 18:34:21 46 +++ lib/Perly/View.pm 2008/06/08 18:44:27 47 @@ -53,7 +53,7 @@ form { my $action = new_action( class => $op . 'Code', arguments => { $code ? $code->as_hash : undef } ); render_param( $action => 'name' ); - render_param( $action => 'source', cols => 80, rows => 25, language => 'perl', render_as => codepress->{render_as} ); + render_param( $action => 'source', cols => 80, rows => 35, language => 'perl', render_as => codepress->{render_as} ); #render_action( $action => [ 'source' => { cols => 80, rows => 30 }, ] ); form_submit( label => _($op) ); # IE problem http://support.microsoft.com/kb/281197