Skip to content

Commit 2ed9bd3

Browse files
committed
Increased window mininum dimensions
1 parent a2f50e4 commit 2ed9bd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static inline File getSavedStateDirectory() {
8181
setVisible(true);
8282

8383
// Constraining the window's size doesn't seem to work:
84-
setResizeLimits(300, 200, 10000, 10000);
84+
setResizeLimits(500, 500, 10000, 10000);
8585

8686
if (shouldReloadOnStartup)
8787
{

0 commit comments

Comments
 (0)