I was working on a dark theme based on the classic theme but with round elements. And so far I'm quite happy with the result but there is one small detail that I can't figure out.
As shown in the attached images, when I try to set a padding to the tooltip, the border gets messed up. I've tried several values, but the one that I used in this case is the following:
Code: Select all
<drawdata id = 'tooltip_bg' cache = 'false'>
<drawstep func = 'roundedsq'
radius = '5'
padding = '-10,0,-10,0'
/>
</drawdata>
So, I don't know if this is intentional behavior, in which case I would appreciate any idea to fix it (Although, the tooltip isn't that important and I can just remove the padding). Or if this might be a bug.