Minor reposition
svn: r14357
This commit is contained in:
parent
07fefd8398
commit
86aed42805
@ -1369,7 +1369,7 @@ class GrampletPane(gtk.ScrolledWindow):
|
|||||||
# Options:
|
# Options:
|
||||||
options = gramplet.make_gui_options()
|
options = gramplet.make_gui_options()
|
||||||
if 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.title, table
|
||||||
return gramplet_panel
|
return gramplet_panel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user