After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 583139 - allow activation of status icons at edge of screen (fitts law)
allow activation of status icons at edge of screen (fitts law)
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks: 584650
 
 
Reported: 2009-05-18 23:48 UTC by William Jon McCann
Modified: 2009-06-04 02:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
quick n dirty patch (1.32 KB, patch)
2009-05-19 00:12 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2009-05-18 23:48:27 UTC
Similar to bug #565697.  We should make it possible to activate status icons by throwing the mouse at the top of the screen.  Opening a new bug here since this is partly a panel.js problem.

The container for the status icons has both a padding and a border that we'd need to deal with...
Comment 1 William Jon McCann 2009-05-19 00:12:55 UTC
Created attachment 134902 [details] [review]
quick n dirty patch

This removes the border and padding and aligns the box to the top.  Perhaps we could push the padding down into the active area of the icon since it does look a bit nicer with it.
Comment 2 William Jon McCann 2009-06-04 02:27:44 UTC
Ok, hopefully no objections to this so I pushed it after resyncing with master.