This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Increase the GenericAudioProcessorEditor minimum height
tags/2021-05-28
ed
6 years ago
parent
e951b39801
commit
eddd239d3a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
}
setSize (maxWidth, jmax (height, 1
00
));
setSize (maxWidth, jmax (height, 1
25
));
}
~ParametersPanel() override
Write
Preview
Loading…
Cancel
Save