Skip to content

Commit

Permalink
Updated min_allowed_height to 600
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Apr 4, 2016
1 parent f96b4ad commit 5d28a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences.cpp
Expand Up @@ -353,7 +353,7 @@ int min_allowed_width()

int min_allowed_height()
{
return 480;
return 600;
}

std::pair<int,int> resolution()
Expand Down

0 comments on commit 5d28a2c

Please sign in to comment.