diff --git a/gramps/gui/plug/export/_exportassistant.py b/gramps/gui/plug/export/_exportassistant.py index 0db66e8ed..f85e6291f 100644 --- a/gramps/gui/plug/export/_exportassistant.py +++ b/gramps/gui/plug/export/_exportassistant.py @@ -282,6 +282,7 @@ class ExportAssistant(Gtk.Assistant, ManagedWindow) : def create_page_fileselect(self): self.chooser = Gtk.FileChooserWidget(Gtk.FileChooserAction.SAVE) + self.chooser.set_homogeneous(False) # Fix for bug #8350. #add border self.chooser.set_border_width(12) #global files, ask before overwrite