Skip to content

Commit

Permalink
tweak editor ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Dec 30, 2023
1 parent b721efe commit 4a585e5
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.02f;
static constexpr int minimumWidth = 700;
static constexpr int startingWidth = 1000;
static constexpr int maximumWidth = 2000;
Expand Down

0 comments on commit 4a585e5

Please sign in to comment.