[gnome-system-tools] Fix two expand issues in users-admin



commit 9f2166612da435acff05bc143e693c6f53ce1f46
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Thu Dec 16 12:26:04 2010 +0100

    Fix two expand issues in users-admin
    
    Groups list was missing expand, and disable account checkbox shouldn't
    have had it set.

 interfaces/users.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/interfaces/users.ui b/interfaces/users.ui
index aaea077..2c1f39b 100644
--- a/interfaces/users.ui
+++ b/interfaces/users.ui
@@ -1533,6 +1533,7 @@
                 <property name="hscrollbar_policy">automatic</property>
                 <property name="vscrollbar_policy">automatic</property>
                 <property name="shadow_type">etched-in</property>
+                <property name="expand">True</property>
                 <child>
                   <object class="GtkTreeView" id="groups_table">
                     <property name="visible">True</property>
@@ -3064,6 +3065,7 @@
                             <property name="right_attach">3</property>
                             <property name="top_attach">1</property>
                             <property name="bottom_attach">2</property>
+                            <property name="y_options"></property>
                           </packing>
                         </child>
                         <child>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]