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:
parent
9b6c7c50ce
commit
e897718d06
@ -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
|
||||||
|
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user