Skip to content

Commit b3217f6

Browse files
committed
adjusted reverb menu location
1 parent 197afc5 commit b3217f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/PluginEditor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,11 @@ void RSAlgorithmicVerbAudioProcessorEditor::resized()
324324
textLabelHeight);
325325

326326
// menu
327-
reverbMenuBox.setBounds(getWidth() - menuWidth - 45,
327+
reverbMenuBox.setBounds(getWidth() - menuWidth - 25,
328328
getHeight() - menuHeight - 45,
329329
menuWidth,
330330
menuHeight);
331-
reverbMenuLabel.setBounds(getWidth() - menuWidth - textLabelWidth - 45,
331+
reverbMenuLabel.setBounds(getWidth() - menuWidth - textLabelWidth - 25,
332332
getHeight() - menuHeight - 45,
333333
menuWidth,
334334
menuHeight);

0 commit comments

Comments
 (0)