We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f50e4 commit 2ed9bd3Copy full SHA for 2ed9bd3
1 file changed
Source/MainWindow.cpp
@@ -81,7 +81,7 @@ static inline File getSavedStateDirectory() {
81
setVisible(true);
82
83
// Constraining the window's size doesn't seem to work:
84
- setResizeLimits(300, 200, 10000, 10000);
+ setResizeLimits(500, 500, 10000, 10000);
85
86
if (shouldReloadOnStartup)
87
{
0 commit comments