[Tkinter-discuss] How to make all the buttons the same size?

Martin Franklin mfranklin1 at gatwick.westerngeco.slb.com
Mon Apr 7 09:15:44 CEST 2008


globalrev wrote:
> Buttons shrink to fit the symbol/text u put on it. well i dont want that it
> looks ugly. how do i set the same size for all the buttons?
> i thought it was row/columnspan at first but it doesnt seem to work.

I normally use button width like so:

b = Button(frame, text = "1", width = 3)




-- 
signature file not found, must be something I ate


More information about the Tkinter-discuss mailing list