Skip to content

Commit 625680e

Browse files
committed
chore: Adjust default linux window height
1 parent 0dc8a01 commit 625680e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/my_application.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static void my_application_activate(GApplication* application) {
6060
gtk_window_set_title(window, "FluffyChat");
6161
}
6262

63-
gtk_window_set_default_size(window, 864, 680);
63+
gtk_window_set_default_size(window, 864, 720);
6464

6565
g_autoptr(FlDartProject) project = fl_dart_project_new();
6666
fl_dart_project_set_dart_entrypoint_arguments(project, self->dart_entrypoint_arguments);

0 commit comments

Comments
 (0)