1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 08:09:41 +02:00

Set the initial LV2 dialog size to 500 pixels.

This commit is contained in:
lllucius@gmail.com 2013-10-30 13:52:18 +00:00
parent a49208cd99
commit b093367648

View File

@ -808,7 +808,7 @@ LV2EffectDialog::LV2EffectDialog(LV2Effect *effect,
unsigned char noteKey)
: wxDialog(parent, wxID_ANY,
mEffect->GetString(lilv_plugin_get_name(data)),
wxDefaultPosition, wxDefaultSize,
wxDefaultPosition, wxSize(500, -1),
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER),
mEffect(effect),
mData(data),