From 7cc07343d0fe3f687c515eeb1545e06473d9bae0 Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Thu, 18 Sep 2008 18:58:53 +0000 Subject: [PATCH] Allow notebook to scroll if required by window resizing svn: r11076 --- src/Editors/_EditPerson.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Editors/_EditPerson.py b/src/Editors/_EditPerson.py index 6aa860e9d..8c44fffb4 100644 --- a/src/Editors/_EditPerson.py +++ b/src/Editors/_EditPerson.py @@ -314,6 +314,7 @@ class EditPerson(EditPrimary): Create the notebook tabs and insert them into the main window. """ notebook = gtk.Notebook() + notebook.set_scrollable(True) self.event_list = self._add_tab( notebook,