Fix track name entry width
authorDoug McLain <doug@nostar.net>
Thu, 17 Jan 2008 22:44:24 +0000 (22:44 +0000)
committerDoug McLain <doug@nostar.net>
Thu, 17 Jan 2008 22:44:24 +0000 (22:44 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2934 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/time_axis_view.cc

index dd5471ba9ffe10408272871bfacf15d5a19a4f62..5c7f0c3f8e67b52bdd47ff4dc1854e26ef1f6d2f 100644 (file)
@@ -125,7 +125,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session& sess, PublicEditor& ed, TimeAxisVie
        controls_table.set_col_spacings (0);
        controls_table.set_homogeneous (true);
 
-       controls_table.attach (name_hbox, 0, 4, 0, 1, Gtk::SHRINK|Gtk::EXPAND, Gtk::SHRINK|Gtk::EXPAND);
+       controls_table.attach (name_hbox, 0, 4, 0, 1,  Gtk::FILL|Gtk::EXPAND,  Gtk::FILL|Gtk::EXPAND);
        controls_table.show_all ();
        controls_table.set_no_show_all ();