mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
Tweak editor bottom pane packing, never unpack the property box
This commit is contained in:
parent
7d4350ab25
commit
f59a512545
2 changed files with 19 additions and 18 deletions
|
|
@ -537,6 +537,9 @@ Editor::Editor ()
|
|||
_locations = new EditorLocations (*this);
|
||||
_properties_box = new SelectionPropertiesBox ();
|
||||
|
||||
_bottom_hbox.pack_start (*_properties_box, true, true);
|
||||
_properties_box->show ();
|
||||
|
||||
/* these are static location signals */
|
||||
|
||||
Location::start_changed.connect (*this, invalidator (*this), std::bind (&Editor::location_changed, this, _1), gui_context());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue