GNOME Bugzilla – Bug 735438
Make all the message dialog to look like a real message dialog
Last modified: 2014-10-26 18:21:13 UTC
Some message dialog looks ugly, like the olders messgae dialog. We needs to make them from GtkMessageDialog and not from GtkDialog, to get them to look like other apps. Also, we don't needs icons in dialogs anymore. I attached two screenshot, before and after, as an example.
Created attachment 284487 [details] Screenshot - older message dialog
Created attachment 284488 [details] Screenshot - new message dialog
Created attachment 284489 [details] [review] Make the message dialogs more modern
Created attachment 284501 [details] [review] Make the error dialogs more modern
Created attachment 284502 [details] [review] request-dialog: Remove the unneeded image This patch not really relate to this bug, but I make here just more some clean to the dialogs.
Created attachment 284503 [details] [review] file-selector-dialog: Use symbolic icon for the go up button
Unfortunately we are in UI freeze already, this is 3.15.x material.
Patches pushed to master now, thank you.