GNOME Bugzilla – Bug 730776
Move dialog buttons into header bar
Last modified: 2014-05-27 00:12:49 UTC
This is a common GNOME 3 design pattern that we haven't adopted yet to keep consistency with GTK+'s built-in dialogs; those dialogs have been updated, so switch over our dialogs as well.
Created attachment 277238 [details] [review] ui: Update message-user dialog We didn't adapt the new dialog-buttons-in-header pattern due to inconsistency with GTK+'s built-in dialogs; those have been adjusted now, so let's go with it.
Created attachment 277239 [details] [review] ui: Update connection-list dialog Switch to using a header bar here as well ...
Created attachment 277240 [details] [review] ui: Update join-dialog/connection-details-dialog Update ConnectionDetails to not provide its own action buttons and switch the remaining dialogs over to use buttons in the header.
Attachment 277238 [details] pushed as 710d8e6 - ui: Update message-user dialog Attachment 277239 [details] pushed as e1a67ae - ui: Update connection-list dialog Attachment 277240 [details] pushed as 96932bd - ui: Update join-dialog/connection-details-dialog