From 0264eee48f86b02e0f69740fb0caf85698c09d54 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 6 Feb 2011 17:24:34 +0000 Subject: [PATCH] Speculative fix for expanded session browse button (#3756). git-svn-id: svn://localhost/ardour2/branches/3.0@8725 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/startup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/startup.cc b/gtk2_ardour/startup.cc index b556c73190..f435bd8612 100644 --- a/gtk2_ardour/startup.cc +++ b/gtk2_ardour/startup.cc @@ -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 (); }