TomSchimansky/CustomTkinter

I can't change the width/height of a CtkLabel widget by set the corresponding attributes.

demoliisher opened this issue · 0 comments

In tkinter, the height attribute of a Label widget is functioned to set the height by the size of text multiply by the value of height, but it didn't work in CustomTkinter. In same, the attribute width is also lost its function. The label I created can only wrap the text content and unable to change the size.