From 634f612d9aa19b0f701e0f52881e3059e6a2a8a8 Mon Sep 17 00:00:00 2001 From: xenakios Date: Wed, 28 Feb 2018 20:58:55 +0200 Subject: [PATCH] Make the GUI wider --- Source/PluginEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index d455922..a4e73da 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -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);