mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
shuffle packing order to accomodate midi controls
This commit is contained in:
parent
bf034f48ce
commit
b41df8e120
4 changed files with 11 additions and 7 deletions
|
|
@ -200,7 +200,7 @@ RouteTimeAxisView::set_route (boost::shared_ptr<Route> rt)
|
|||
|
||||
Gtk::VBox *mtrbox = manage(new Gtk::VBox());
|
||||
mtrbox->pack_start(gm.get_level_meter(), false, false, 2);
|
||||
controls_hbox.pack_end(*mtrbox, false, false, 4);
|
||||
top_hbox.pack_end(*mtrbox, false, false, 4);
|
||||
mtrbox->show();
|
||||
|
||||
_route->meter_change.connect (*this, invalidator (*this), bind (&RouteTimeAxisView::meter_changed, this), gui_context());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue