2006-06-19 Don Allingham <don@gramps-project.org>
* src/ViewManger.py: try tabs on the side * src/DisplayTabs/_PersonRefEmbedList.py: change Relationships to Associations * src/help/C/*: updates svn: r6919
This commit is contained in:
@ -224,6 +224,7 @@ class ViewManager:
|
||||
|
||||
self.notebook = gtk.Notebook()
|
||||
self.notebook.set_show_tabs(False)
|
||||
self.notebook.set_tab_pos(gtk.POS_LEFT)
|
||||
self.notebook.show()
|
||||
self._init_lists()
|
||||
self._build_ui_manager()
|
||||
|
Reference in New Issue
Block a user