[gnome-system-tools/users-ui-redesign] Fix missing padding



commit bba3c117734efb04820ab2cc8b22eb0a145e3e3c
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Tue Nov 17 20:51:50 2009 +0100

    Fix missing padding
    
    "Custom" profile label was missing 16px horizontal padding to be aligned with dynamically added labels.

 interfaces/users.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/interfaces/users.ui b/interfaces/users.ui
index 3c2fc47..d7b9284 100644
--- a/interfaces/users.ui
+++ b/interfaces/users.ui
@@ -2749,6 +2749,7 @@
               <object class="GtkLabel" id="user_profile_custom_label">
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
+                <property name="xpad">16</property>
                 <property name="label" translatable="yes">This account is using special settings that have been defined manually. Use the Advanced dialog to tune them.</property>
                 <property name="wrap">True</property>
                 <attributes>



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