Skip to content
Snippets Groups Projects
Commit 2ed9bd39 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Increased window mininum dimensions

parent a2f50e42
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ static inline File getSavedStateDirectory() {
setVisible(true);
// Constraining the window's size doesn't seem to work:
setResizeLimits(300, 200, 10000, 10000);
setResizeLimits(500, 500, 10000, 10000);
if (shouldReloadOnStartup)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment