Skip to content

Commit

Permalink
Add default main window size
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D committed Apr 1, 2024
1 parent deced09 commit 015f857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ int main(int argc, char *argv[]) {
QApplication app(argc, argv);

SnakeWindow wnd;
wnd.resize(800, 600);
wnd.show();

return QApplication::exec();
Expand Down

0 comments on commit 015f857

Please sign in to comment.