Swap positions of composer save/send buttons. Closes Bug 766742.

This commit is contained in:
Michael James Gratton 2016-05-21 15:10:04 +10:00
parent 1f1be5e831
commit 244c6ed486

View file

@ -85,8 +85,8 @@ public class ComposerHeaderbar : PillHeaderbar {
add_start(recipients);
add_end(detach_end);
add_end(close_buttons);
add_end(send_button);
add_end(close_buttons);
notify["decoration-layout"].connect(set_detach_button_side);
realize.connect(set_detach_button_side);