mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +01:00
chore: Increase default window size on linux
This commit is contained in:
parent
0c94ffcd0b
commit
b1d06c065c
@ -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, 800, 600);
|
gtk_window_set_default_size(window, 864, 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