Hi Laurent,
On Mon, Apr 27, 2009 at 12:59:55AM +0200, Laurent Léonard wrote:
> On the virtual machine window, the VNC component seem to be cropped with 
> graphical guests (GNU/Linux with X, Windows...) because of the window default 
> size. In 0.6.0, I think the VNC component had a minimal size (corresponding 
> to 
> the guest screen resolution). If the window was too small, it was resized to 
> fit with the VNC component size.
could you check if the attache patch does any good? If you don't want to
rebuild you can simply remove the tow lines from
/usr/share/virt-manager/vmm-details.glade
Cheers,
 -- Guido
diff --git a/src/vmm-details.glade b/src/vmm-details.glade
index 60ef5c8..be2b2da 100644
--- a/src/vmm-details.glade
+++ b/src/vmm-details.glade
@@ -3,8 +3,6 @@
 <!--*- mode: xml -*-->
 <glade-interface>
   <widget class="GtkWindow" id="vmm-details">
-    <property name="width_request">800</property>
-    <property name="height_request">600</property>
     <property name="title" translatable="yes">Virtual Machine</property>
     <property name="default_width">800</property>
     <property name="default_height">600</property>

Reply via email to