Index: /branches/release-29/lib/MT/App/CMS.pm
===================================================================
--- /branches/release-29/lib/MT/App/CMS.pm (revision 1317)
+++ /branches/release-29/lib/MT/App/CMS.pm (revision 1319)
@@ -4243,5 +4243,5 @@
     my $d = $app->config->DefaultListPrefs || {};
     my %default = (
-        Rows       => 20,
+        Rows       => 25,
         Format     => 'Compact',
         SortOrder  => 'Ascend',      # Ascend|Descend
@@ -4264,5 +4264,5 @@
     else {
         $list_pref = {
-            rows  => $default{Rows}       || 20,
+            rows  => $default{Rows}       || 25,
             view  => $default{Format}     || 'compact',
             bar   => $default{Button}     || 'above',
