From d3755ba3b34b83c5d29d848be6d1504907af7215 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 5 Nov 2007 16:59:49 +0000 Subject: [PATCH] Patch from jdavisp3 to fix #1894 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2593 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/sfdb_ui.cc | 1 - 1 file changed, 1 deletion(-) 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); }