We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc8a01 commit 625680eCopy full SHA for 625680e
linux/my_application.cc
@@ -60,7 +60,7 @@ static void my_application_activate(GApplication* application) {
60
gtk_window_set_title(window, "FluffyChat");
61
}
62
63
- gtk_window_set_default_size(window, 864, 680);
+ gtk_window_set_default_size(window, 864, 720);
64
65
g_autoptr(FlDartProject) project = fl_dart_project_new();
66
fl_dart_project_set_dart_entrypoint_arguments(project, self->dart_entrypoint_arguments);
0 commit comments