GNOME Bugzilla – Bug 682253
Placement of close buttons is off
Last modified: 2012-08-20 22:07:18 UTC
The close buttons are too far outside of the notification; this leaves them looking a bit like they are hanging off the side. Try shifting the close button down 8px and 2px to the left. You can see how they're supposed to look here: http://git.gnome.org/browse/gnome-shell-design/plain/mockups/static/notifications-critical-expanded.png
Created attachment 221910 [details] [review] messageTray: Port the close buttons over to Clutter properties Rather than computing everything manually, let Clutter calculate things for us.
Created attachment 221911 [details] [review] messageTray: Put the notification widget in the center Rather than stretching the entire screen length
Created attachment 221912 [details] [review] messageTray: Adjust the position of the close button Make this closer to the mockups.
Review of attachment 221910 [details] [review]: Looks good
Review of attachment 221911 [details] [review]: Sure.
Review of attachment 221912 [details] [review]: yup
Attachment 221910 [details] pushed as becaeaf - messageTray: Port the close buttons over to Clutter properties Attachment 221911 [details] pushed as d721fc2 - messageTray: Put the notification widget in the center Attachment 221912 [details] pushed as a2e0e0a - messageTray: Adjust the position of the close button