Skip to content

Commit

Permalink
Set resize limit to 2560 x 1440
Browse files Browse the repository at this point in the history
  • Loading branch information
escalonely committed May 31, 2021
1 parent d42d648 commit f608b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class PipeDreamerApplication : public juce::JUCEApplication

// TODO: ResizableCornerComponent not working!
setResizable(true, false);
setResizeLimits(594, 414, 1920, 1080);
setResizeLimits(594, 414, 2560, 1440);
centreWithSize(getWidth(), getHeight());

setVisible(true);
Expand Down

0 comments on commit f608b07

Please sign in to comment.