[gnome-system-tools] Wrap lines in "UID disabled" notice



commit 692558bd1988720e821c5623e0f0306baedfd6b9
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Tue Sep 1 00:15:53 2009 +0200

    Wrap lines in "UID disabled" notice
    
    Translations are often longer than English, and make the dialog get too wide.

 interfaces/users.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/interfaces/users.ui b/interfaces/users.ui
index 07572ff..a3a8a8a 100644
--- a/interfaces/users.ui
+++ b/interfaces/users.ui
@@ -1282,6 +1282,7 @@
                           <object class="GtkImage" id="image1">
                             <property name="visible">True</property>
                             <property name="xalign">1</property>
+                            <property name="xpad">6</property>
                             <property name="stock">gtk-info</property>
                             <property name="icon-size">2</property>
                           </object>
@@ -1294,12 +1295,12 @@
                             <property name="visible">True</property>
                             <property name="xalign">0</property>
                             <property name="label" translatable="yes">User must log out before you can change his ID.</property>
+                            <property name="wrap">True</property>
                             <attributes>
                               <attribute name="style" value="italic"/>
                             </attributes>
                           </object>
                           <packing>
-                            <property name="expand">False</property>
                             <property name="position">1</property>
                           </packing>
                         </child>



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