8350: Fix spacing in export assistant file chooser

This commit is contained in:
Nick Hall 2015-02-11 22:50:14 +00:00
parent 274bf75fd1
commit a7e23c5a63

View File

@ -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