CustomTkinter
CustomTkinter copied to clipboard
Label too big compared to the text inside
Hello everyone,
When I use a CTkLabel for a text, the label appears to be much larger than the text. How can I reduce the size of the label as close as possible to the size of the text ? Is this a bug ? I searched the net and tried to force the size of the label in several ways but it doesn't work...
All tracks are welcome ! THANKS
Here is an example of what I said:
The part of code :
What it produce... :
The text is the right size, it is the label (here the blue rectangle) which is too high.