GNOME Bugzilla – Bug 709275
Lock screen notifications round label (badge) cropped at the bottom
Last modified: 2014-02-17 12:28:39 UTC
When multiple notifications from the same application occur, the notifications on the shield crop the counter at the bottom. (see the attached screenshot). attached also is a quick script to generate a pair of notifications after a 5 second delay. (to allow you to lock the screen)
Created attachment 256285 [details] screenshot
Created attachment 256286 [details] test script to generate two notifications
*** Bug 710026 has been marked as a duplicate of this bug. ***
We already say "2 new notifications" in the notification; maybe it would be easiest to remove the badges for 3.10.x?
3.10.1? ;-)
*** Bug 709671 has been marked as a duplicate of this bug. ***
Some padding solve it: Before: http://imgur.com/ko8kcij After: http://imgur.com/nIs0jlT
Created attachment 269057 [details] [review] screenShield: Prevent cropped count badges Add some padding to the notification source box to prevent cropped count labels. The padding added is the same value as the displacement of the count badge. To balance the increased padding, delete the spacing between notifications.
Created attachment 269130 [details] [review] messageTray: Add source actor without count label Split the current implementation of SourceActor into SourceActor and SourceActorWithLabel. In this manner we can use source actors withouth count labels, required in the screenShield to not clash with the count text label.
(In reply to comment #9) > Created an attachment (id=269130) [details] [review] > messageTray: Add source actor without count label > > Split the current implementation of SourceActor into > SourceActor and SourceActorWithLabel. > In this manner we can use source actors withouth count labels, > required in the screenShield to not clash with the count > text label. As said in IRC we get rid of count labels in the screenshield to not clash with the count text label.
Review of attachment 269130 [details] [review]: LG.
Attachment 269130 [details] pushed as 598f750 - messageTray: Add source actor without count label