can-lehmann / owlkettle

A declarative user interface framework based on GTK 4
https://can-lehmann.github.io/owlkettle/README
MIT License
367 stars 14 forks source link

BaseWidget tooltip text doesn't use tooltip bubble/background space well. #67

Open ITwrx opened 1 year ago

ITwrx commented 1 year ago

hi,

the text of the tooltip gets bumped to the next line even though the tooltip background appears to have much more room, at least for a few more words. This makes the tooltip look broken.

thanks

can-lehmann commented 1 year ago

I am not sure if this can be fixed. It seems like a low priority issue to me, though I'd be happy to accept pull requests :) You might want to look at setting a custom tooltip widget as a starting point (although, again I am not sure if this is the correct approach).

ITwrx commented 1 year ago

I am not sure if this can be fixed.

yeah, idk if it's upstream issue, or what.

It seems like a low priority issue to me

I'm sure it's not the most important thing in the world, but it's pretty obvious/ugly compared to the otherwise nice-looking result.

tooltip

though I'd be happy to accept pull requests :)

Oh, i thought you just liked issues. :) some day. :)

You might want to look at setting a custom tooltip widget as a starting point (although, again I am not sure if this is the correct approach).

will check it out. thanks