tkintertable
tkintertable copied to clipboard
Values on table overlapping (Visual overlapping)
Hello, it's me again any idea on how can I avoid values to overlap on cells?
Here is a graphical example:

As we can see in row 1between columns 2 and 3 is very notorious.
Thank's in advance !
Operating system: Win10 Installation method (pip, git clone):pip
You could look at the code in pandastable for hints where it generally avoids this overlap. Check the drawText method in the core.py module.