mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Introduction of route property boxen and editor properties pane
This commit is contained in:
parent
9b64f64546
commit
a53b99b307
8 changed files with 322 additions and 64 deletions
|
|
@ -600,10 +600,6 @@ Editor::Editor ()
|
|||
Location::end_changed.connect (*this, invalidator (*this), std::bind (&Editor::location_changed, this, _1), gui_context());
|
||||
Location::changed.connect (*this, invalidator (*this), std::bind (&Editor::location_changed, this, _1), gui_context());
|
||||
|
||||
#if SELECTION_PROPERTIES_BOX_TODO
|
||||
add_notebook_page (_("Selection"), *_properties_box);
|
||||
#warning Fix Properties Sidebar Layout to fit < 720px height
|
||||
#endif
|
||||
add_notebook_page (_("Tracks & Busses"), _routes->widget ());
|
||||
add_notebook_page (_("Sources"), _sources->widget ());
|
||||
add_notebook_page (_("Regions"), _regions->widget ());
|
||||
|
|
@ -661,7 +657,6 @@ Editor::Editor ()
|
|||
|
||||
editor_summary_pane.add (_summary_hbox);
|
||||
_editor_list_vbox.pack_start (_the_notebook);
|
||||
_editor_list_vbox.pack_start (*_properties_box, false, false, 0);
|
||||
|
||||
content_right_pane.set_drag_cursor (*_cursors->expand_left_right);
|
||||
editor_summary_pane.set_drag_cursor (*_cursors->expand_up_down);
|
||||
|
|
@ -689,6 +684,7 @@ Editor::Editor ()
|
|||
*/
|
||||
content_app_bar.add (_application_bar);
|
||||
content_att_right.add (_editor_list_vbox);
|
||||
content_att_bottom.add (*_properties_box);
|
||||
content_toolbar.add (global_vpacker);
|
||||
content_innermost_hbox.add (editor_summary_pane);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue