Allow notebook to scroll if required by window resizing
svn: r11076
This commit is contained in:
parent
59e5d0e83a
commit
7cc07343d0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user