From 631a20ec695ef7fb9a9f6d9f30c384cf9498f6cb Mon Sep 17 00:00:00 2001 From: Jose Diaz Rohena Date: Wed, 3 Jan 2024 22:32:59 +0100 Subject: [PATCH] That's right, new ratio --- src/PluginEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PluginEditor.h b/src/PluginEditor.h index 77364373..38284b79 100644 --- a/src/PluginEditor.h +++ b/src/PluginEditor.h @@ -35,7 +35,7 @@ class ValentineAudioProcessorEditor : public juce::AudioProcessorEditor VMainPanel mainPanel; - static constexpr float ratio = 2.0f; + static constexpr float ratio = 16.0f / 9.0f; static constexpr int minimumWidth = 700; static constexpr int startingWidth = 1000; static constexpr int maximumWidth = 2000;