Newbie problem with Tkinter

Rick Morneau ram at srv.net
Mon Nov 6 16:05:18 EST 2000


RajGopal Srinivasan <raj at grserv.med.jhmi.edu> wrote:
>
> Change the line
>   frame.pack()
> to
>   frame.pack(expand='yes', fill='both')
>

It worked! Thanks!

Rick





More information about the Python-list mailing list