[empathy/mc5] Make the layout more consistent with the other widgets



commit 1eda75c91abf01bc7fe25d4eb41465a21f042596
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Sat Aug 22 18:20:32 2009 +0100

    Make the layout more consistent with the other widgets

 libempathy-gtk/empathy-account-widget-jabber.ui |   22 +++++++---------------
 1 files changed, 7 insertions(+), 15 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui
index 5fddcb7..2d602cb 100644
--- a/libempathy-gtk/empathy-account-widget-jabber.ui
+++ b/libempathy-gtk/empathy-account-widget-jabber.ui
@@ -55,7 +55,7 @@
         <child>
           <object class="GtkLabel" id="label_id">
             <property name="visible">True</property>
-            <property name="xalign">1</property>
+            <property name="xalign">0</property>
             <property name="label" translatable="yes">Login I_D:</property>
             <property name="use_underline">True</property>
             <property name="mnemonic_widget">entry_id</property>
@@ -90,9 +90,10 @@
         <child>
           <object class="GtkLabel" id="label_password">
             <property name="visible">True</property>
-            <property name="xalign">1</property>
+            <property name="xalign">0</property>
             <property name="label" translatable="yes">Pass_word:</property>
             <property name="use_underline">True</property>
+            <property name="justify">right</property>
             <property name="mnemonic_widget">entry_password</property>
           </object>
           <packing>
@@ -103,22 +104,10 @@
           </packing>
         </child>
         <child>
-          <object class="GtkLabel" id="label_login_example">
-            <property name="visible">True</property>
-            <property name="xalign">1</property>
-            <property name="label" translatable="yes">&lt;span size="small"&gt;Example:&lt;/span&gt;</property>
-            <property name="use_markup">True</property>
-          </object>
-          <packing>
-            <property name="top_attach">1</property>
-            <property name="bottom_attach">2</property>
-          </packing>
-        </child>
-        <child>
           <object class="GtkLabel" id="label_username_example">
             <property name="visible">True</property>
             <property name="xalign">0</property>
-            <property name="label" translatable="yes">&lt;span size="small"&gt;test jabber org&lt;/span&gt;</property>
+            <property name="label" translatable="yes">Example: &lt;span size="small"&gt;test jabber org&lt;/span&gt;</property>
             <property name="use_markup">True</property>
           </object>
           <packing>
@@ -131,6 +120,9 @@
         <child>
           <placeholder/>
         </child>
+        <child>
+          <placeholder/>
+        </child>
       </object>
       <packing>
         <property name="expand">False</property>



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