Skip to content

Commit

Permalink
Tweak editor ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Jan 3, 2024
1 parent a4ab2fc commit 8c54562
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/PluginEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ class ValentineAudioProcessorEditor : public juce::AudioProcessorEditor

VMainPanel mainPanel;

// in figma ~ 5053 x 1741. ratio = 2.9 ish width to height
static constexpr float ratio = 2.5f;
static constexpr float ratio = 2.0f;
static constexpr int minimumWidth = 700;
static constexpr int startingWidth = 1000;
static constexpr int maximumWidth = 2000;
Expand Down

0 comments on commit 8c54562

Please sign in to comment.