You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get my CTkFrame from resizing to fit the contents after placing a label and button in them. I know .pack_propagate(False) or .grid_propagate(False) work well for this, but I am using .place() to display the frame. Is there an alternative to these for the frame when using .place()? Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to get my CTkFrame from resizing to fit the contents after placing a label and button in them. I know .pack_propagate(False) or .grid_propagate(False) work well for this, but I am using .place() to display the frame. Is there an alternative to these for the frame when using .place()? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions