]> git.0d.be Git - empathy.git/commitdiff
contact-widget: right align contact info fields
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 14 Mar 2012 11:17:18 +0000 (12:17 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 16 Mar 2012 09:30:32 +0000 (10:30 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=672037

libempathy-gtk/empathy-contact-widget.c
libempathy-gtk/empathy-contact-widget.ui

index e44772a72c090a22a22f5753640bd93e6dd6c672..90cb31f43d67172596f7d02fb45ffa2013bbffef 100644 (file)
@@ -421,7 +421,7 @@ contact_widget_details_update_edit (EmpathyContactWidget *information)
       gtk_grid_attach (GTK_GRID (information->grid_details),
           w, 0, n_rows, 1, 1);
 
-      gtk_misc_set_alignment (GTK_MISC (w), 0, 0.5);
+      gtk_misc_set_alignment (GTK_MISC (w), 1, 0.5);
       gtk_widget_show (w);
 
       /* Add Value */
index c6cb7a5ca9111e9e08a1bb56e786b8c30593881a..0954ac7d3188b2ce3efd0c31e785f62aa2835ade 100644 (file)
@@ -12,7 +12,7 @@
         <child>
           <object class="GtkLabel" id="label_left_account">
             <property name="visible">True</property>
-            <property name="xalign">0</property>
+            <property name="xalign">1</property>
             <property name="label" translatable="yes">Account:</property>
           </object>
           <packing>
@@ -21,7 +21,7 @@
         <child>
           <object class="GtkLabel" id="label655">
             <property name="visible">True</property>
-            <property name="xalign">0</property>
+            <property name="xalign">1</property>
             <property name="label" translatable="yes" comments="Identifier to connect to Instant Messaging network">Identifier:</property>
           </object>
           <packing>
@@ -32,7 +32,7 @@
         <child>
           <object class="GtkLabel" id="label_alias">
             <property name="visible">True</property>
-            <property name="xalign">0</property>
+            <property name="xalign">1</property>
             <property name="label" translatable="yes">Alias:</property>
           </object>
           <packing>
                     <child>
                       <object class="GtkLabel" id="label668">
                         <property name="visible">True</property>
-                        <property name="xalign">0</property>
+                        <property name="xalign">1</property>
                         <property name="yalign">0</property>
                         <property name="label" translatable="yes">OS:</property>
                       </object>
                     <child>
                       <object class="GtkLabel" id="label667">
                         <property name="visible">True</property>
-                        <property name="xalign">0</property>
+                        <property name="xalign">1</property>
                         <property name="yalign">0</property>
                         <property name="label" translatable="yes">Version:</property>
                       </object>
                     <child>
                       <object class="GtkLabel" id="label666">
                         <property name="visible">True</property>
-                        <property name="xalign">0</property>
+                        <property name="xalign">1</property>
                         <property name="yalign">0</property>
                         <property name="label" translatable="yes">Client:</property>
                       </object>