mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Increase the GenericAudioProcessorEditor minimum height
This commit is contained in:
parent
e951b39801
commit
eddd239d3a
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ public:
|
|||
height += comp->getHeight();
|
||||
}
|
||||
|
||||
setSize (maxWidth, jmax (height, 100));
|
||||
setSize (maxWidth, jmax (height, 125));
|
||||
}
|
||||
|
||||
~ParametersPanel() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue