Allow notebook to scroll if required by window resizing
svn: r11076
This commit is contained in:
@ -314,6 +314,7 @@ class EditPerson(EditPrimary):
|
|||||||
Create the notebook tabs and insert them into the main window.
|
Create the notebook tabs and insert them into the main window.
|
||||||
"""
|
"""
|
||||||
notebook = gtk.Notebook()
|
notebook = gtk.Notebook()
|
||||||
|
notebook.set_scrollable(True)
|
||||||
|
|
||||||
self.event_list = self._add_tab(
|
self.event_list = self._add_tab(
|
||||||
notebook,
|
notebook,
|
||||||
|
Reference in New Issue
Block a user