Browse Source

Increase the GenericAudioProcessorEditor minimum height

tags/2021-05-28
ed 6 years ago
parent
commit
eddd239d3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.cpp

+ 1
- 1
modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.cpp View File

@@ -485,7 +485,7 @@ public:
height += comp->getHeight(); height += comp->getHeight();
} }
setSize (maxWidth, jmax (height, 100));
setSize (maxWidth, jmax (height, 125));
} }
~ParametersPanel() override ~ParametersPanel() override


Loading…
Cancel
Save