Skip to content

Commit

Permalink
gui: Added mix and spread sliders
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunix-420 committed Oct 22, 2024
1 parent b423ca7 commit ff35e46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/dmt
Submodule dmt updated from 76bf7a to 9dc293
1 change: 1 addition & 0 deletions src/app/PluginEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ PluginEditor::PluginEditor(PluginProcessor& p)
addAndMakeVisible(disfluxPanel);

// dmt::Settings::debugBounds = true;
// dmt::Settings::debugGrid = true;

double ratio = baseWidth / baseHeight;
setResizeLimits(baseWidth, baseWidth / ratio, 4000, 4000 / ratio);
Expand Down
2 changes: 1 addition & 1 deletion src/app/PluginEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PluginEditor final
OpenGLContext openGLContext;
//==============================================================================
int baseWidth = 600;
int baseHeight = 160;
int baseHeight = 250;
//==============================================================================
Image image;
bool isResizing = false;
Expand Down

0 comments on commit ff35e46

Please sign in to comment.