13
0

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:
Robin Gareus 2021-12-14 21:09:00 +01:00
parent 509c247bfe
commit 56605c48da
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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 ());