Speculative fix for expanded session browse button (#3756).

git-svn-id: svn://localhost/ardour2/branches/3.0@8725 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-06 17:24:34 +00:00
parent a7c26a87e3
commit 0264eee48f

View 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 ();
}