Skip to content

Commit 02beb16

Browse files
hozlucas28Ferny1011GuidolinaresTiagoGiannotti
committed
feature: update default main arguments
Co-authored-by: Ferney Santiago Quiroga <[email protected]> Co-authored-by: Guidolinares <[email protected]> Co-authored-by: Tiago Giannotti <[email protected]>
1 parent cdf7755 commit 02beb16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utilities.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ void setDefaultMainArguments(TMainArguments* pMainArguments) {
6262
screenHeight = 360;
6363
};
6464

65-
pMainArguments->dashboardRows = (screenHeight / CELL_SIZE) * 0.75;
66-
pMainArguments->dashboardCols = (screenWidth / CELL_SIZE) * 0.75;
65+
pMainArguments->dashboardRows = (screenHeight / CELL_SIZE) * 0.93;
66+
pMainArguments->dashboardCols = (screenWidth / CELL_SIZE) * 0.99;
6767
pMainArguments->pattern = "";
6868
pMainArguments->maximumGeneration = 0;
6969
pMainArguments->delay = 0;

0 commit comments

Comments
 (0)