Author: justi9
Date: 2008-04-09 11:13:09 -0400 (Wed, 09 Apr 2008)
New Revision: 1886
Modified:
mgmt/cumin/python/wooly/widgets.py
Log:
Reduce the standard paginated set size, so that everything fits on one screen in the
common case
Modified: mgmt/cumin/python/wooly/widgets.py
===================================================================
--- mgmt/cumin/python/wooly/widgets.py 2008-04-09 15:12:56 UTC (rev 1885)
+++ mgmt/cumin/python/wooly/widgets.py 2008-04-09 15:13:09 UTC (rev 1886)
@@ -270,7 +270,7 @@
self.page_count = Attribute(app, "count")
self.add_attribute(self.page_count)
- self.page_size = 15
+ self.page_size = 14
self.pageset_size = 5
def get_bounds(self, session):
Show replies by date