Skip to content

Commit

Permalink
Show app maximized
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Jan 4, 2024
1 parent ea044a9 commit 5c41172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noether_gui/src/tpp_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int main(int argc, char** argv)

// Set the TPP widget as the central widget and show
w.setCentralWidget(widget);
w.show();
w.showMaximized();

return app.exec();
}

0 comments on commit 5c41172

Please sign in to comment.