GNOME Bugzilla – Bug 685919
Make the screen shield look nicer
Last modified: 2012-10-11 15:26:29 UTC
See patches. This makes it match the mockups more, and fixes some ugly issuse with it.
Created attachment 226211 [details] [review] screenShield: Align notifications to the left, not the middle With different lengths of text in notifications, icons aren't aligned and things look ugly. Put notifications on the left for now.
Created attachment 226212 [details] [review] screenShield: Add some padding between the clock and notifications box
Created attachment 226213 [details] [review] theme: Make the notifications box match mockups better Adjust font sizes, spacing and padding, and add a box shadow to the notifications box.
Created attachment 226214 [details] [review] screenShield: Remove erroneous top/bottom padding that may appear If there are either no resident or persistent notifications, we'll add some spacing for those boxes that may contain nothing. Make them invisible to remove the spacing for those elements. It's possible that we may want to be smarter about this in StBoxLayout to remove spacing for zero-sized actors, but today is not the day.
I'd love to see this land for 3.6.1; the lock screen notifications look quite broken right now.
Review of attachment 226211 [details] [review]: Looks good
Review of attachment 226212 [details] [review]: Can't you use padding on the #screenShieldClock? (It's ok anyway)
Review of attachment 226213 [details] [review]: Sure
Review of attachment 226214 [details] [review]: It doesn't look like the best solution, but ok
(In reply to comment #9) > Review of attachment 226214 [details] [review]: > > It doesn't look like the best solution, but ok Do you have a better one?
(In reply to comment #10) > (In reply to comment #9) > > Review of attachment 226214 [details] [review] [details]: > > > > It doesn't look like the best solution, but ok > > Do you have a better one? Not right now, so go for it. We'll fix it later.
*** Bug 682547 has been marked as a duplicate of this bug. ***
*** Bug 682548 has been marked as a duplicate of this bug. ***
Attachment 226211 [details] pushed as b3cd46a - screenShield: Align notifications to the left, not the middle Attachment 226212 [details] pushed as 955b550 - screenShield: Add some padding between the clock and notifications box Attachment 226213 [details] pushed as d90bf5c - theme: Make the notifications box match mockups better Attachment 226214 [details] pushed as cf0ae8f - screenShield: Remove erroneous top/bottom padding that may appear