summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2007-11-05 16:59:49 +0000
committerCarl Hetherington <carl@carlh.net>2007-11-05 16:59:49 +0000
commitd3755ba3b34b83c5d29d848be6d1504907af7215 (patch)
tree23fdcfc7601785ec947d7e7b95e934ff0176018c /gtk2_ardour/sfdb_ui.cc
parentd584fb768a7026d924a207a769a25d31dc8f3489 (diff)
Patch from jdavisp3 to fix #1894
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2593 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc1
1 files changed, 0 insertions, 1 deletions
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<ustring>& 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);
}