mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-18 06:03:58 +03:00
bbbfd4b7c8
When a VM window is launched for the first for a VM, currently we set the top window size to 800x600 which is small and arbitrary and is universally shrinks the viewer too much to fit any OS installer I can find. Instead do some hacks to resize the window to accomodate a viewer widget of 1024x768 which seems to be what QXL graphics give us for win10 and Fedora 32 installers. So for new VMs hitting the OS installer we don't see scrollbars. Signed-off-by: Cole Robinson <crobinso@redhat.com>