diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.ui | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index e44772a72..90cb31f43 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -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 */ diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui index c6cb7a5ca..0954ac7d3 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -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> @@ -258,7 +258,7 @@ <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> @@ -269,7 +269,7 @@ <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> @@ -280,7 +280,7 @@ <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> |