From ad18b4c0f18f2ea0c9774c3814a77b590562e91e Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 8 Jul 2006 14:51:26 +0000 Subject: [PATCH] 2006-07-08 Don Allingham * src/ViewManager.py (ViewManager._build_main_window): restore tabs to their normal position svn: r7010 --- ChangeLog | 4 ++++ src/ViewManager.py | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0507a6b95..f8667adef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-08 Don Allingham + * src/ViewManager.py (ViewManager._build_main_window): restore tabs + to their normal position + 2006-07-07 Don Allingham * src/Editors/_EditFamily.py: add edit child/relationship options in the popup menu diff --git a/src/ViewManager.py b/src/ViewManager.py index ad36a3141..80361500b 100644 --- a/src/ViewManager.py +++ b/src/ViewManager.py @@ -223,7 +223,6 @@ 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()