Allow notebook to scroll if required by window resizing

svn: r11076
This commit is contained in:
Gary Burton 2008-09-18 18:58:53 +00:00
parent 59e5d0e83a
commit 7cc07343d0

View File

@ -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,