# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/qemu/zoom_to_fit.patch # Copyright (C) 2020 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- qemu-8.1.0/ui/gtk.c.vanilla 2023-09-11 15:30:55.922651442 +0200 +++ qemu-8.1.0/ui/gtk.c 2023-09-11 15:31:25.594649491 +0200 @@ -2125,7 +2125,7 @@ QemuConsole *con, int idx, GSList *group, GtkWidget *view_menu) { - bool zoom_to_fit = false; + bool zoom_to_fit = true; int i; vc->label = qemu_console_get_label(con);