[virt-tools-list] [PATCH] virt-manager: Fix glade file issue for fs readonly

Deepak C Shetty deepakcs at linux.vnet.ibm.com
Wed Jan 18 11:04:54 UTC 2012


It looks like the previous commit where fs readonly
was introduced caused this to happen. fs readonly
checkbox not appearing as its overlapping with the
target field... this patch fixes that.

Signed-off-by: Deepak C Shetty <deepakcs at linux.vnet.ibm.com>
---

 src/vmm-add-hardware.glade |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/vmm-add-hardware.glade b/src/vmm-add-hardware.glade
index 6c71eeb..f19b727 100644
--- a/src/vmm-add-hardware.glade
+++ b/src/vmm-add-hardware.glade
@@ -2217,8 +2217,8 @@ access in the guest.</property>
                                       <packing>
                                         <property name="left_attach">1</property>
                                         <property name="right_attach">2</property>
-                                        <property name="top_attach">4</property>
-                                        <property name="bottom_attach">5</property>
+                                        <property name="top_attach">5</property>
+                                        <property name="bottom_attach">6</property>
                                       </packing>
                                     </child>
                                     <child>




More information about the virt-tools-list mailing list