mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
fix alignment of meters on midi-tracks
This commit is contained in:
parent
e642704c3a
commit
da1e8701eb
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ MidiTimeAxisView::set_route (boost::shared_ptr<Route> rt)
|
|||
v->pack_start (*manage (new Label ("")), true, true);
|
||||
v->show ();
|
||||
h->show ();
|
||||
controls_hbox.pack_start(*v);
|
||||
controls_hbox.pack_start(*v, false, false);
|
||||
|
||||
controls_ebox.set_name ("MidiTrackControlsBaseUnselected");
|
||||
controls_base_selected_name = "MidiTrackControlsBaseSelected";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue