Skip to content

Commit

Permalink
chore: Adjust default linux window height
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Nov 29, 2024
1 parent 0dc8a01 commit 625680e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/my_application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static void my_application_activate(GApplication* application) {
gtk_window_set_title(window, "FluffyChat");
}

gtk_window_set_default_size(window, 864, 680);
gtk_window_set_default_size(window, 864, 720);

g_autoptr(FlDartProject) project = fl_dart_project_new();
fl_dart_project_set_dart_entrypoint_arguments(project, self->dart_entrypoint_arguments);
Expand Down

0 comments on commit 625680e

Please sign in to comment.