From 86aed42805c1e76d622ba0cc46fc9d2af5f1931f Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 13 Feb 2010 19:15:38 +0000 Subject: [PATCH] Minor reposition svn: r14357 --- src/gui/widgets/grampletpane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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