We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197afc5 commit b3217f6Copy full SHA for b3217f6
1 file changed
Source/PluginEditor.cpp
@@ -324,11 +324,11 @@ void RSAlgorithmicVerbAudioProcessorEditor::resized()
324
textLabelHeight);
325
326
// menu
327
- reverbMenuBox.setBounds(getWidth() - menuWidth - 45,
+ reverbMenuBox.setBounds(getWidth() - menuWidth - 25,
328
getHeight() - menuHeight - 45,
329
menuWidth,
330
menuHeight);
331
- reverbMenuLabel.setBounds(getWidth() - menuWidth - textLabelWidth - 45,
+ reverbMenuLabel.setBounds(getWidth() - menuWidth - textLabelWidth - 25,
332
333
334
0 commit comments