Swap positions of composer save/send buttons. Closes Bug 766742.
This commit is contained in:
parent
1f1be5e831
commit
244c6ed486
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue