Apply scrollbars to tabs on main Gramps window when there is not enough room on screen to display all the tabs. Useful for small screen devices like Asus eee PC

svn: r10830
This commit is contained in:
Gary Burton 2008-06-24 20:27:01 +00:00
parent 90df86f127
commit 31ab1294c4

View File

@ -255,6 +255,7 @@ class ViewManager:
hbox.show_all()
self.notebook = gtk.Notebook()
self.notebook.set_scrollable(True)
self.notebook.set_show_tabs(False)
self.notebook.show()
self.__init_lists()