Community
Participate
Working Groups
On Gtk the tooltip shows some blank space (see screenshot). Looks like this could be fixed by making it less tall.
Created attachment 191340 [details] screenshot
Problem here is the GridLayout with it's width hint. The gridlayout then doesn't compute the right height for the description label. Steffen, anything that comes to your mind how we could tackle this?
Have you tried using a TableWrapLayout? That usually works better with controls that wrap text.
New Gerrit change created: https://git.eclipse.org/r/105196
Created attachment 270220 [details] Compute size ot icon + label and use it as a horizontal hint for description layout Tried to submit it as a gerrit, but test are failing (with or without my patch)
Gerrit change https://git.eclipse.org/r/105196 was merged to [master]. Commit: http://git.eclipse.org/c/mpc/org.eclipse.epp.mpc.git/commit/?id=e924f41e575831a91d94e54ee4dee40189b0450f
This was fixed a while ago.