Prevent editor to grow vertically > 1080px (temp. workaround)
This will require some overhaul and re-layout of the selection sidebar.
This commit is contained in:
@@ -668,7 +668,11 @@ Editor::Editor ()
|
||||
Location::end_changed.connect (*this, invalidator (*this), boost::bind (&Editor::location_changed, this, _1), gui_context());
|
||||
Location::changed.connect (*this, invalidator (*this), boost::bind (&Editor::location_changed, this, _1), gui_context());
|
||||
|
||||
#if 0
|
||||
add_notebook_page (_("Selection"), *_properties_box);
|
||||
#else
|
||||
#warning @Ben 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 ());
|
||||
|
||||
Reference in New Issue
Block a user