center export dialog on parent window
This commit is contained in:
parent
1000c1b5cb
commit
8ed9d8958d
@ -119,6 +119,7 @@ class ExportAssistant(Gtk.Assistant, ManagedWindow) :
|
|||||||
#set_window is present in both parent classes
|
#set_window is present in both parent classes
|
||||||
ManagedWindow.set_window(self, self, None,
|
ManagedWindow.set_window(self, self, None,
|
||||||
self.top_title, isWindow=True)
|
self.top_title, isWindow=True)
|
||||||
|
self.set_position(Gtk.WindowPosition.CENTER_ON_PARENT)
|
||||||
|
|
||||||
#set up callback method for the export plugins
|
#set up callback method for the export plugins
|
||||||
self.callback = self.pulse_progressbar
|
self.callback = self.pulse_progressbar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user