chore: Adjust default linux window height
This commit is contained in:
parent
0dc8a015d3
commit
625680ee2e
1 changed files with 1 additions and 1 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, 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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue