From: Tim L. <tl...@ve...> - 2003-04-08 02:21:32
|
Roger, I got tried of resizing the window on the Mac (defaults to tiny 20x20 pixels). So I added the following lines to MainWindow in gui.py. ### Resize window if too small if min(self.GetSize())<50: self.SetSize((640,480)) Can you add this (or something like it) to the next release? Potential Mac users will having difficulty finding the application window unless it's bigger. Tim |