Skip to content

Commit

Permalink
Full screen linux
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Jun 30, 2023
1 parent 000c6b3 commit 7cce617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux/my_application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ static void my_application_activate(GApplication* application) {
gtk_window_set_title(window, "lightrunners");
}

gtk_window_set_default_size(window, 1280, 720);
//gtk_window_set_default_size(window, 1280, 720);
gtk_window_fullscreen(GTK_WINDOW(window));
gtk_widget_show(GTK_WIDGET(window));

g_autoptr(FlDartProject) project = fl_dart_project_new();
Expand Down

0 comments on commit 7cce617

Please sign in to comment.