Hello, in the virt-manager's new VM wizard there is a small alignment inconsistency on the "Locating installation media" page for paravirtualized machine. The second and third label are right aligned, while the first (Install Media URL) is not. The included patch fixes this issue. With regards, Dan Horak
--- vmm-create.glade.bak 2007-10-05 03:43:56.000000000 +0200 +++ vmm-create.glade 2007-12-07 09:58:23.000000000 +0100 @@ -2037,7 +2037,7 @@ <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> - <property name="xalign">0</property> + <property name="xalign">1</property> <property name="yalign">0.5</property> <property name="xpad">4</property> <property name="ypad">0</property>
-- Fedora-xen mailing list Fedora-xen@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-xen