From ee98d8feb897a7151542cc3998a7e73c86ef86a7 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 14 Mar 2012 12:17:18 +0100 Subject: [PATCH] contact-widget: right align contact info fields https://bugzilla.gnome.org/show_bug.cgi?id=672037 --- libempathy-gtk/empathy-contact-widget.c | 2 +- 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 e44772a7..90cb31f4 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 c6cb7a5c..0954ac7d 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -12,7 +12,7 @@ True - 0 + 1 Account: @@ -21,7 +21,7 @@ True - 0 + 1 Identifier: @@ -32,7 +32,7 @@ True - 0 + 1 Alias: @@ -258,7 +258,7 @@ True - 0 + 1 0 OS: @@ -269,7 +269,7 @@ True - 0 + 1 0 Version: @@ -280,7 +280,7 @@ True - 0 + 1 0 Client: -- 2.39.2