diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc index d302907faa..7a1476f275 100644 --- a/gtk2_ardour/sfdb_ui.cc +++ b/gtk2_ardour/sfdb_ui.cc @@ -934,7 +934,6 @@ SoundFileOmega::check_link_status (const Session& s, const vector& path SoundFileChooser::SoundFileChooser (Gtk::Window& parent, string title, ARDOUR::Session* s) : SoundFileBrowser (parent, title, s, false) { - set_size_request (780, 300); chooser.set_select_multiple (false); found_list_view.get_selection()->set_mode (SELECTION_SINGLE); }