From a7e23c5a6339d36e9f01f97289f9ea20a4fbb483 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Wed, 11 Feb 2015 22:50:14 +0000 Subject: [PATCH] 8350: Fix spacing in export assistant file chooser --- 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 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