Composer window now centered. Closes #4281
This commit is contained in:
parent
cd0b926d57
commit
7ff5051597
1 changed files with 1 additions and 0 deletions
|
|
@ -243,6 +243,7 @@ along with Geary; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
private void on_new_message() {
|
||||
ComposerWindow w = new ComposerWindow();
|
||||
w.set_position(Gtk.WindowPosition.CENTER);
|
||||
w.send.connect(on_send);
|
||||
w.show_all();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue