[Tutor] Tkinter grid manager

Phil phillor9 at gmail.com
Wed Feb 23 18:07:04 EST 2022


On 23/2/22 20:37, Peter Otten wrote:

Thank you Peter and Alan.

> # column 1 will consume any extra space
> root.columnconfigure(1, weight=1)

I did experiment with this and I now see the error that I'd made; the 
wrong column.

The aim of this project was to build a template that I could use to 
build something semi-useful in the future. More a learning exercise at 
the moment than anything else.

What I did in this case was to shrink the height of the window rather 
than try to push the buttons to the bottom of the window.

-- 

Regards,
Phil



More information about the Tutor mailing list