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 626112 - [messageTray] fix padding/spacing around summary items
[messageTray] fix padding/spacing around summary items
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-08-05 14:43 UTC by Dan Winship
Modified: 2010-08-09 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[messageTray] fix padding/spacing around summary items (1.52 KB, patch)
2010-08-05 14:43 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2010-08-05 14:43:35 UTC
the summary area turned non-fitts-y in the rewrite. This fixes it
(but depends on the :last-child patches in bug 625316). (It also makes it
so that the big comment in the CSS file is actually true again...)
Comment 1 Dan Winship 2010-08-05 14:43:37 UTC
Created attachment 167194 [details] [review]
[messageTray] fix padding/spacing around summary items

The space between the rightmost item and the edge of the screen should
be considered part of the rightmost item, and the space between items
should be considered part of the adjacent items, to prevent excess
jitter when moving between them.
Comment 2 Florian Müllner 2010-08-08 22:20:13 UTC
Review of attachment 167194 [details] [review]:

Nice one.
Comment 3 Dan Winship 2010-08-09 16:31:01 UTC
Attachment 167194 [details] pushed as 597cd9c - [messageTray] fix padding/spacing around summary items