mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 07:03:50 +01:00
Set the initial LV2 dialog size to 500 pixels.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user