fix: Bootstrap on first try fails sometimes
This commit is contained in:
parent
dd34f3c232
commit
1d934c5353
4 changed files with 50 additions and 45 deletions
|
|
@ -60,7 +60,7 @@ static void my_application_activate(GApplication* application) {
|
|||
gtk_window_set_title(window, "fluffychat");
|
||||
}
|
||||
|
||||
gtk_window_set_default_size(window, 864, 600);
|
||||
gtk_window_set_default_size(window, 864, 680);
|
||||
|
||||
g_autoptr(FlDartProject) project = fl_dart_project_new();
|
||||
fl_dart_project_set_dart_entrypoint_arguments(project, self->dart_entrypoint_arguments);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue