diff --git a/src/CreateEAXReverbZoneDialog.cpp b/src/CreateEAXReverbZoneDialog.cpp index b2f3888..9e91418 100644 --- a/src/CreateEAXReverbZoneDialog.cpp +++ b/src/CreateEAXReverbZoneDialog.cpp @@ -359,7 +359,7 @@ CreateEAXReverbZoneDialog::CreateEAXReverbZoneDialog(const wxString& title,Effec vbox->Add(hboxReverbRow6,1, wxEXPAND | wxALL, 10); vbox->Add(spPreviewText); - vbox->Add(hboxSoundProducers,1, wxEXPAND | wxALL, 10); + vbox->Add(hboxSoundProducers,0, wxEXPAND | wxALL, 10); vbox->Add(hbox5, 0, wxALIGN_CENTER | wxTOP | wxBOTTOM, 10);