Skip to content

Commit f3d6cb7

Browse files
committed
feat: Set default window size on Linux to 1110x950
1 parent 11a26ef commit f3d6cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/my_application.cc

Lines changed: 1 addition & 1 deletion
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, 720);
63+
gtk_window_set_default_size(window, 1110, 950);
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)