Skip to content

systemtray items respect Fitt's Law when in panel

--systemtray items are now using a rectangular form in order to specify their hit area. So they take into account the panel thickness in order to calculate properly their cell length and thickness to respect Fitt's Law. Items that are nearer to the screen edge can now trigger all their events when the user uses its mouse at the farest of the screen edge.

BEFORE:

before_52px before_76px

AFTER:

after_52px after_76px

Merge request reports