Skip to content

Commit

Permalink
That's right, new ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Jan 3, 2024
1 parent 789fc55 commit 631a20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluginEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 631a20e

Please sign in to comment.