Composer window now centered. Closes #4281

This commit is contained in:
Eric Gregory 2011-10-24 16:48:36 -07:00
parent cd0b926d57
commit 7ff5051597

View file

@ -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();
}