Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
fixed size of the main window
  • Loading branch information
pagrumiaux committed Jun 11, 2015
1 parent dfd1f51 commit df02843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);

Timer timer(0);

timer.setFixedSize(500,250);
timer.show();

return app.exec();
Expand Down

0 comments on commit df02843

Please sign in to comment.