GNOME Bugzilla – Bug 733656
Improve the close notification buttons
Last modified: 2014-07-30 13:29:34 UTC
The close notification button in Boxes has its relief and focus-on-click set to false. Does not make much difference for the indexing notification, but is more noticeable in the delete notification which has two buttons. By the way, why don't we use a GdNotification for each notification (like Boxes) instead of stuffing them as GtkGrids into a single GdNotification? I am asking because little details like the close button are already solved by GdNotification.
Created attachment 281568 [details] [review] notifications: Turn off relief and focus-on-click for close button
Comment on attachment 281568 [details] [review] notifications: Turn off relief and focus-on-click for close button Pushed, after talking to Cosimo at the BoF.