1
0
Fork 0
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:
ed 2019-11-12 14:54:08 +00:00
parent e951b39801
commit eddd239d3a

View file

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