Closed Toby1218 closed 3 months ago
I am trying to make a navbar but when packing the buttons in it, all the buttons are kept at width=140px even though the length of text inside them is different. I want buttons to resize dynamically according to the length of text
This isn't the case. Could you please demonstrate it?
Regards.
@Toby1218 Try to adjust the wraplength of the button like this:
button._text_label.config(wraplength=140)
I am trying to make a navbar but when packing the buttons in it, all the buttons are kept at width=140px even though the length of text inside them is different. I want buttons to resize dynamically according to the length of text