On Thu, Jun 25, 2009 at 2:53 PM, Tal Einat<[email protected]> wrote: > Workaround implemented. Updated files attached.
It's been working well for me on Windows and Linux. I have one issue: I use a relatively small font and when I maximize a window the search bar grows really big. It seems like the text pane will only grow to 40 lines and then all the extra space goes to the search bar. I found changing "expand=1" to "expand=0" in the following line fixed this: self.bar_frame.pack(side=BOTTOM, fill=X, expand=1, pady=1, after=self.pack_after) _______________________________________________ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev
