[Idle-dev] SearchBar - Have fun searching in IDLE!
Weeble
clockworksaint at gmail.com
Wed Jul 8 23:25:08 CEST 2009
On Thu, Jun 25, 2009 at 2:53 PM, Tal Einat<taleinat at gmail.com> 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)
More information about the IDLE-dev
mailing list