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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user