From 0c6166fddb72c1cc3eb9c34182d8cd87a0084c1c Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Thu, 3 Apr 2014 09:16:30 -0700 Subject: [PATCH] make the export assistant slightly wider --- 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 82b8df276..65a37a742 100644 --- a/gramps/gui/plug/export/_exportassistant.py +++ b/gramps/gui/plug/export/_exportassistant.py @@ -168,6 +168,7 @@ class ExportAssistant(Gtk.Assistant, ManagedWindow) : image.set_from_file(SPLASH) box = Gtk.VBox() + box.set_size_request(600, -1) # wide enough it won't have to expand box.pack_start(image, False, False, 5) box.pack_start(label, False, False, 5)