[Tutor] Expanding a frame into an expanding window

Phil phillor9 at gmail.com
Mon Mar 25 21:14:17 EDT 2024


On 26/3/24 10:58, Alan Gauld via Tutor wrote:
>           self.grid_rowconfigure(0, weight=1)
>           self.grid_columnconfigure(0, weight=1)
Thank you again Alan and the problem is now solved. I think I had tried 
that earlier because I'd seen it on StackOverflow but it didn't make any 
difference at the time so I discounted that idea. I can see that I need 
to read up on weight and understand it's importance.

-- 
Regards,
Phil


More information about the Tutor mailing list