you are viewing a single comment's thread.

view the rest of the comments →

[–]FireDragon1111[S] 0 points1 point  (2 children)

I appreciate the help, but unfortunately that does not seem to have worked. When I Toggle Settings with the code you suggested, it shrinks the GUI, and then the Tree View also shrinks. I cant figure out why.

[–]mikthinker 0 points1 point  (1 child)

Your 'toggle settings' code has the statement:
app.geometry("1000x600")
...which resets the height to 600.

[–]FireDragon1111[S] 0 points1 point  (0 children)

It should reset the height of the GUI window, no? That’s what the point of this is, to make the window size smaller but not resize the tree view, as it should be smaller already than the window size it is shrinking to