Tkinter grid autosize help

MRAB python at mrabarnett.plus.com
Sat Aug 2 11:33:51 EDT 2014


On 2014-08-02 15:38, Nicholas Cannon wrote:
> So i have a basic calculator program and i have a label that i want
> to go across the top to show the numbers and stuff like on a normal
> calculator. The only way i can make the buttons look neat and then
> when i keep pressing one the label gets larger and then half the
> buttons move out of the screen. I cant seem to fix this i have tried
> columnspan, columnconfigure and heaps of other stuff and non works it
> always expands. is there a way i can stop the grid from expanding?
>
You haven't provided any code, so it's not possible to say where you're
going wrong!



More information about the Python-list mailing list