diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-14 19:17:18 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-16 17:30:32 +0800 |
commit | ee98d8feb897a7151542cc3998a7e73c86ef86a7 (patch) | |
tree | 86f508f3a61cca0583498e64b65d342439405c95 /libempathy-gtk/empathy-contact-widget.c | |
parent | 98648871225823cf7ddc11a746185fe9007d6936 (diff) | |
download | gsoc2013-empathy-ee98d8feb897a7151542cc3998a7e73c86ef86a7.tar gsoc2013-empathy-ee98d8feb897a7151542cc3998a7e73c86ef86a7.tar.gz gsoc2013-empathy-ee98d8feb897a7151542cc3998a7e73c86ef86a7.tar.bz2 gsoc2013-empathy-ee98d8feb897a7151542cc3998a7e73c86ef86a7.tar.lz gsoc2013-empathy-ee98d8feb897a7151542cc3998a7e73c86ef86a7.tar.xz gsoc2013-empathy-ee98d8feb897a7151542cc3998a7e73c86ef86a7.tar.zst gsoc2013-empathy-ee98d8feb897a7151542cc3998a7e73c86ef86a7.zip |
contact-widget: right align contact info fields
https://bugzilla.gnome.org/show_bug.cgi?id=672037
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 2 |
1 files changed, 1 insertions, 1 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 */ |