I have an application made up of Frames, Frames in Frames and Labels in Frames. There is quite a lot of them and I am looking for a way to modify some of the default values.
I am particularly interested in modifying .columnconfigure()
since I call .columnconfigure(0, weight=1)
on each of the columns, in each frame. This does not help with the code cleanness.
Is there a way to set this behavior (ability to expand) globally?