Update the design of tooltips
Motivation
Currently, tooltips in Blender are a bit ugly (to put it plainly) and don't filter the importance of the information visually. Or in other words, they don't draw the user's eye. So, we need a new design that does this.
Screenshots
The patch includes:
- Updated colors to filter information visually
- Use the mouse position to calculate the tooltip position (previously it used the button it was referring to)
- Some smaller design decisions, like adding paddings, using left alignment, display the active value in the header
Some personal comments
- I'm following this mockup from Plyczkowski: As you can see, he uses a bold font for the header. But after some discussions at IRC with @Campbell Barton (campbellbarton), @Antonis Ryakiotakis (psy-fi) and others, we decided to not include a bold font in blender (for now) to avoid memory overhead
- @Thomas Dinges (dingto) already tested this with retina display, no problems there
- I've further plans to improve tooltips, but I'm going to create different patches for these







