Make the GUI wider
This commit is contained in:
parent
23d8621c83
commit
634f612d9a
@ -140,7 +140,7 @@ PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor(Pau
|
||||
m_wavefilter_tab.addTab("Free filter", Colours::white, &m_free_filter_component, false);
|
||||
|
||||
addAndMakeVisible(&m_wavefilter_tab);
|
||||
setSize (1000, 30+(pars.size()/2)*25+200+15);
|
||||
setSize (1200, 30+(pars.size()/2)*25+200+15);
|
||||
startTimer(1, 100);
|
||||
startTimer(2, 1000);
|
||||
startTimer(3, 200);
|
||||
|
Loading…
Reference in New Issue
Block a user