From 8ed9d8958d900d1bb78918c408c3ac30f108b118 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sat, 5 Dec 2015 20:22:21 -0800 Subject: [PATCH] center export dialog on parent window --- gramps/gui/plug/export/_exportassistant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/gui/plug/export/_exportassistant.py b/gramps/gui/plug/export/_exportassistant.py index 16095f16e..3a2964284 100644 --- a/gramps/gui/plug/export/_exportassistant.py +++ b/gramps/gui/plug/export/_exportassistant.py @@ -119,6 +119,7 @@ class ExportAssistant(Gtk.Assistant, ManagedWindow) : #set_window is present in both parent classes ManagedWindow.set_window(self, self, None, self.top_title, isWindow=True) + self.set_position(Gtk.WindowPosition.CENTER_ON_PARENT) #set up callback method for the export plugins self.callback = self.pulse_progressbar