Show file selector in import dialog (how that one happened I don't know).
MIDI import works, but is sloooooooooowwwwwwwww for some reason... git-svn-id: svn://localhost/ardour2/branches/3.0@3789 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a23d6cd50c
commit
2d5163d099
@ -445,6 +445,12 @@ SoundFileBrowser::SoundFileBrowser (Gtk::Window& parent, string title, ARDOUR::S
|
||||
notebook.append_page (chooser, _("Browse Files"));
|
||||
}
|
||||
|
||||
hpacker.set_spacing (6);
|
||||
hpacker.pack_start (notebook, true, true);
|
||||
hpacker.pack_start (preview, false, false);
|
||||
|
||||
get_vbox()->pack_start (hpacker, true, true);
|
||||
|
||||
//add tag search
|
||||
{
|
||||
VBox* vbox;
|
||||
|
Loading…
Reference in New Issue
Block a user