Deltones wrote: > However, if I add this part from the tutorial, I get a much smaller > window. Why is there an interference with the result I want when > adding the sizer code? [snip] > self.sizer.Fit(self)
As noted in the the docs for Fit(): "Tell the sizer to resize the window to match the sizer's minimal size." Take this call out and the size should be as you expect. -- Brian -- http://mail.python.org/mailman/listinfo/python-list