]> git.0d.be Git - empathy.git/commitdiff
contact-widget: left align status label
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Sep 2011 12:36:04 +0000 (14:36 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 26 Sep 2011 09:55:09 +0000 (11:55 +0200)
It's already done that way in individual-widget.

https://bugzilla.gnome.org/show_bug.cgi?id=659816

libempathy-gtk/empathy-contact-widget.c

index b9c17687c7cd9b970274a85790244aeaabc9ffc1..6c021c3ee16d2e8f79f6eba26b21e31631950b58 100644 (file)
@@ -1750,6 +1750,7 @@ contact_widget_contact_setup (EmpathyContactWidget *information)
                                 PANGO_WRAP_WORD_CHAR);
   gtk_label_set_line_wrap (GTK_LABEL (information->label_status),
                            TRUE);
+  gtk_misc_set_alignment (GTK_MISC (information->label_status), 0, 0.5);
 
   if (!(information->flags & EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP))
     gtk_label_set_selectable (GTK_LABEL (information->label_status), TRUE);