tkintertable icon indicating copy to clipboard operation
tkintertable copied to clipboard

Values on table overlapping (Visual overlapping)

Open MRES1 opened this issue 5 years ago • 1 comments

Hello, it's me again any idea on how can I avoid values to overlap on cells?

Here is a graphical example:

image

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

MRES1 avatar Jul 27 '20 03:07 MRES1

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.

dmnfarrell avatar Jul 27 '20 10:07 dmnfarrell