Browse Source

Make the GUI wider

tags/1.1.0
xenakios 7 years ago
parent
commit
634f612d9a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Source/PluginEditor.cpp

+ 1
- 1
Source/PluginEditor.cpp View File

@@ -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…
Cancel
Save