Skip to content

Commit 88ec500

Browse files
committed
Increase default height of classhelp windows from 400 to 600.
If classhelp popup windows are really opened in a separate browser window instead of just a new tab, the window size is often too small, especially when the search frame for finding usernames is displayed. The original size was introduced in 2002 and might have been meant for 640x480 resolutions and the new size might still be too small for many use cases, but this conservative/small increase should not hurt people with small displays.
1 parent 0d90d70 commit 88ec500

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Features:
5151
through browser, without text/xml Content-Type (anatoly techtonik)
5252
- docs: New dedicated chapter for extensions in ``doc/customizing.txt``
5353
(anatoly techtonik)
54+
- Increase default height of classhelp windows from 400 to 600.
55+
(Thomas Arendsen Hein)
5456

5557
Fixed:
5658

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def filter(self, request=None, filterspec={}, sort=[], group=[]):
638638
return l
639639

640640
def classhelp(self, properties=None, label=''"(list)", width='500',
641-
height='400', property='', form='itemSynopsis',
641+
height='600', property='', form='itemSynopsis',
642642
pagesize=50, inputtype="checkbox", html_kwargs={},
643643
sort=None, filter=None):
644644
"""Pop up a javascript window with class help

0 commit comments

Comments
 (0)