13
0

size-based scrolling and right-click pages for editor notebook

git-svn-id: svn://localhost/trunk/ardour2@198 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Nick Mainsbridge 2005-12-18 17:41:35 +00:00
parent f42c69103b
commit 010fc09da9

View File

@ -657,6 +657,8 @@ Editor::Editor (AudioEngine& eng)
the_notebook.append_page (edit_group_vbox, _("Edit Groups"));
the_notebook.append_page (named_selection_scroller, _("Chunks"));
the_notebook.set_show_tabs (true);
the_notebook.set_scrollable (true);
the_notebook.popup_enable ();
TearOff *notebook_tearoff = manage (new TearOff (the_notebook));