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 <[email protected]>
---

 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>

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to