[accounts-dialog] Add a size group to keep the width of the labels fixed



commit 3025a28abaec2f06c3449049a21877f8177e1244
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 23 21:11:19 2010 -0500

    Add a size group to keep the width of the labels fixed

 data/user-accounts-dialog.ui |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/data/user-accounts-dialog.ui b/data/user-accounts-dialog.ui
index 007ef87..53cd3c3 100644
--- a/data/user-accounts-dialog.ui
+++ b/data/user-accounts-dialog.ui
@@ -928,6 +928,18 @@
       <widget name="email-label"/>
       <widget name="language-label"/>
       <widget name="location-label"/>
+      <widget name="account-fingerprint-label"/>
+    </widgets>
+  </object>
+  <object class="GtkSizeGroup" id="label-width-sizegroup">
+    <property name="mode">GTK_SIZE_GROUP_HORIZONTAL</property>
+    <widgets>
+      <widget name="account-type-label"/>
+      <widget name="password-label"/>
+      <widget name="email-label"/>
+      <widget name="language-label"/>
+      <widget name="location-label"/>
+      <widget name="account-fingerprint-label"/>
     </widgets>
   </object>
 </interface>



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