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:
parent
a49208cd99
commit
b093367648
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user