mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
adjust padding of meters in time-axis view (still using border bg color)
This commit is contained in:
parent
363b646de9
commit
066b385c68
2 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session* sess, PublicEditor& ed, TimeAxisVie
|
|||
controls_hbox.pack_start (controls_ebox, true, true);
|
||||
controls_hbox.show ();
|
||||
|
||||
time_axis_vbox.pack_start (controls_hbox, true, true);
|
||||
time_axis_vbox.pack_start (controls_hbox, true, true, 2);
|
||||
time_axis_vbox.pack_end (*separator, false, false);
|
||||
time_axis_vbox.show();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue