commit 0680ccb604172d1c87de70b10296a8f06005bf1c
parent af4a99581d4fc52aaf2188113bd9874d5efe9d5a
Author: lol-catz <lolcatz21@protonmail.com>
Date: Wed, 29 Sep 2021 15:22:29 -0500
adjust Default plugin height from 400 -> 800px for beta testers qol
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/jucePlugin/PluginEditor.cpp b/source/jucePlugin/PluginEditor.cpp
@@ -12,7 +12,7 @@ AudioPluginAudioProcessorEditor::AudioPluginAudioProcessorEditor(AudioPluginAudi
// Make sure that before the constructor has finished, you've set the
// editor's size to whatever you need it to be.
- setSize(800, 400);
+ setSize(800, 800);
// Resizable UI
setResizable(true, true);