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:
parent
90df86f127
commit
31ab1294c4
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user