make the export assistant slightly wider

This commit is contained in:
Paul Franklin 2014-04-03 09:16:30 -07:00
parent 91ef047766
commit 0c6166fddb

View File

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