2006-07-08 Don Allingham <don@gramps-project.org>

* src/ViewManager.py (ViewManager._build_main_window): restore tabs
	to their normal position



svn: r7010
This commit is contained in:
Don Allingham 2006-07-08 14:51:26 +00:00
parent 2163d8d97a
commit ad18b4c0f1
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-07-08 Don Allingham <don@gramps-project.org>
* src/ViewManager.py (ViewManager._build_main_window): restore tabs
to their normal position
2006-07-07 Don Allingham <don@gramps-project.org> 2006-07-07 Don Allingham <don@gramps-project.org>
* src/Editors/_EditFamily.py: add edit child/relationship options * src/Editors/_EditFamily.py: add edit child/relationship options
in the popup menu in the popup menu

View File

@ -223,7 +223,6 @@ class ViewManager:
self.notebook = gtk.Notebook() self.notebook = gtk.Notebook()
self.notebook.set_show_tabs(False) self.notebook.set_show_tabs(False)
self.notebook.set_tab_pos(gtk.POS_LEFT)
self.notebook.show() self.notebook.show()
self._init_lists() self._init_lists()
self._build_ui_manager() self._build_ui_manager()