Increase size of configuration dialog window

svn: r17318
This commit is contained in:
Nick Hall 2011-04-28 14:34:37 +00:00
parent 20884585e9
commit 4a6f508685

View File

@ -1477,7 +1477,7 @@ class GrampletPane(gtk.ScrolledWindow):
self._config.register("%s.expand" % gramplet.title,
bool, gramplet.get_expand, gramplet.set_expand)
def gramplet_panel(configdialog):
configdialog.window.set_size_request(500, -1)
configdialog.window.set_size_request(600, -1)
table = gtk.Table(3, 2)
table.set_border_width(12)
table.set_col_spacings(6)