Le 23/07/2018 à 20:26, Daniel a écrit :
With 3 pixels for heavy, I will have to take the width into account in
table cells height computation, while I have conveniently decided to
ignore it for now :)
Why is it that you would have to take it into account? So far zooming
keeps the cell padding (emprty space around cell content) fixes. So
nothing would overlap or so.
I do not know, I have not tried it. But I suspect thatit would seem too
bold. I may try to do it if I find the time.
Yes, barely visible does not sound good. Strange that there is no in
between 1 and 2 for HiDPI displays. Well, would only solve the "problem"
for those diaplys anyway.
It is possible, as long as we use doubles (aka real numbers) instead of
integers all over out painting system. That would require a fair amount
of changes.
JMarc