We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf7755 commit 02beb16Copy full SHA for 02beb16
src/utilities.c
@@ -62,8 +62,8 @@ void setDefaultMainArguments(TMainArguments* pMainArguments) {
62
screenHeight = 360;
63
};
64
65
- pMainArguments->dashboardRows = (screenHeight / CELL_SIZE) * 0.75;
66
- pMainArguments->dashboardCols = (screenWidth / CELL_SIZE) * 0.75;
+ pMainArguments->dashboardRows = (screenHeight / CELL_SIZE) * 0.93;
+ pMainArguments->dashboardCols = (screenWidth / CELL_SIZE) * 0.99;
67
pMainArguments->pattern = "";
68
pMainArguments->maximumGeneration = 0;
69
pMainArguments->delay = 0;
0 commit comments