* src/EditPerson,py: allow reordering of event columns
* src/TransTable.py: allow to be initialized with a list instead of a map * src/gramps.glade: allow reordering of event columns * src/gramps_main.py: catch program_init exception * src/ListModel.py: allow reordering of columns svn: r3230
This commit is contained in:
@ -48,6 +48,7 @@ class ListModel:
|
||||
renderer = gtk.CellRendererText()
|
||||
renderer.set_fixed_height_from_font(1)
|
||||
column = gtk.TreeViewColumn(name[0],renderer,text=cnum)
|
||||
column.set_reorderable(gtk.TRUE)
|
||||
column.set_min_width(name[2])
|
||||
|
||||
if name[0] == '':
|
||||
|
Reference in New Issue
Block a user