mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
Start plot UI window maximized on launch
This commit is contained in:
@ -141,6 +141,7 @@ int main(int argc, char **argv) {
|
||||
g_signal_connect(G_OBJECT(window), "destroy", G_CALLBACK(gtk_main_quit),
|
||||
NULL);
|
||||
gtk_widget_show_all(window);
|
||||
gtk_window_maximize(GTK_WINDOW(window));
|
||||
gtk_main();
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
Reference in New Issue
Block a user