mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
looks better this way, and gets rid of the gap between the meter and the canvas (at least when the meters are on)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2697 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
03aa564941
commit
b61265e89e
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session& sess, PublicEditor& ed, TimeAxisVie
|
|||
controls_table.set_border_width (2);
|
||||
controls_table.set_row_spacings (0);
|
||||
controls_table.set_col_spacings (0);
|
||||
controls_table.set_homogeneous (false);
|
||||
controls_table.set_homogeneous (true);
|
||||
|
||||
controls_table.attach (name_hbox, 0, 4, 0, 1, Gtk::SHRINK|Gtk::EXPAND, Gtk::SHRINK|Gtk::EXPAND);
|
||||
controls_table.show_all ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue