Speculative fix for expanded session browse button (#3756).
authorCarl Hetherington <carl@carlh.net>
Sun, 6 Feb 2011 17:24:34 +0000 (17:24 +0000)
committerCarl Hetherington <carl@carlh.net>
Sun, 6 Feb 2011 17:24:34 +0000 (17:24 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8725 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/startup.cc

index b556c7319085040ac7231372e979d65bb71234b0..f435bd86127c6b359a810ed09ae111e6e29f6d53 100644 (file)
@@ -940,7 +940,7 @@ ArdourStartup::setup_existing_session_page ()
                hbox->set_spacing (4);
                hbox->pack_start (*manage (new Label (_("Browse:"))), PACK_SHRINK);
                hbox->pack_start (existing_session_chooser);
-               session_existing_vbox.pack_start (*hbox);
+               session_existing_vbox.pack_start (*hbox, false, false);
                hbox->show_all ();
        }