mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
chore: Reset the default window size on linux
This commit is contained in:
parent
90e2052946
commit
77cf773d71
@ -53,7 +53,7 @@ static void my_application_activate(GApplication* application) {
|
|||||||
gtk_window_set_title(window, "FluffyChat");
|
gtk_window_set_title(window, "FluffyChat");
|
||||||
}
|
}
|
||||||
|
|
||||||
gtk_window_set_default_size(window, 1200, 720);
|
gtk_window_set_default_size(window, 800, 600);
|
||||||
|
|
||||||
g_autoptr(FlDartProject) project = fl_dart_project_new();
|
g_autoptr(FlDartProject) project = fl_dart_project_new();
|
||||||
fl_dart_project_set_dart_entrypoint_arguments(project, self->dart_entrypoint_arguments);
|
fl_dart_project_set_dart_entrypoint_arguments(project, self->dart_entrypoint_arguments);
|
||||||
|
Loading…
Reference in New Issue
Block a user