diff --git a/src/gui/widgets/grampletpane.py b/src/gui/widgets/grampletpane.py index bea6018b7..f8b369f6b 100644 --- a/src/gui/widgets/grampletpane.py +++ b/src/gui/widgets/grampletpane.py @@ -1369,7 +1369,7 @@ class GrampletPane(gtk.ScrolledWindow): # Options: options = gramplet.make_gui_options() if options: - table.attach(options, 0, 4, 5, 6, yoptions=0) + table.attach(options, 1, 4, 5, 6, yoptions=0) return gramplet.title, table return gramplet_panel