Skip to content
Snippets Groups Projects
Commit f45137ea authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez Committed by kmichaelfox
Browse files

Increased window mininum dimensions

parent 51ee4a8d
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