On Tuesday 20 March 2007 04:38, Ed Leafe wrote: > daboide Commit > Revision 815 > Date: 2007-03-20 04:38:35 -0700 (Tue, 20 Mar 2007) > Author: Ed > Trac: http://svn.dabodev.com/trac/daboide/changeset/815 > > Changed: > U trunk/ClassDesignerSizerPalette.py > > Log: > Removed the conflicting maxRows specification. Only one of the > maxRows/maxCols should ever be specified. Also cleaned up the spacing in > the parameter lists. > Thanks for fixing my change. In the __init__ of dGrid you have __init__(self, vgap=3, hgap=3, maxRows=0, maxCols=0, **kwargs)
The need to pass all parameters is hard to give up! -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
