Tkinter Help

Chad Netzer cnetzer at mail.arc.nasa.gov
Mon May 5 15:02:05 EDT 2003


On Sat, 2003-05-03 at 10:01, Brian Szmyd wrote:

> I have attached a file with some partial code from my project, wondering 
> if you could take a look at it.  Some of the functions have been 
> stripped as they were not important to the example, but you'll notice if 
> you run it that after add the Labels to the mainFrame, that it gets resized.

Well, I'm not exactly sure how you want things to be displayed.  But
does making this change at the bottom help?

replace:

mainFrame.grid(row=1, column=0)


with this:

mainFrame.grid(row=1, column=0, sticky=E+W)

-- 

Chad Netzer
(any opinion expressed is my own and not NASA's or my employer's)






More information about the Python-list mailing list