From e4337e5c450842abd65f7c2fb7d233c2cc1105df Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 13 Jan 2010 11:53:46 +0100 Subject: Remove the "Contact" alignment from contat widget --- libempathy-gtk/empathy-contact-dialogs.c | 1 + libempathy-gtk/empathy-contact-list-view.c | 2 + libempathy-gtk/empathy-contact-widget.c | 5 +- libempathy-gtk/empathy-contact-widget.ui | 194 ++++++++++++----------------- 4 files changed, 85 insertions(+), 117 deletions(-) diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c index c00558402..390caa2fb 100644 --- a/libempathy-gtk/empathy-contact-dialogs.c +++ b/libempathy-gtk/empathy-contact-dialogs.c @@ -415,6 +415,7 @@ empathy_new_contact_dialog_show_with_contact (GtkWindow *parent, EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT | EMPATHY_CONTACT_WIDGET_EDIT_ID | EMPATHY_CONTACT_WIDGET_EDIT_GROUPS); + gtk_container_set_border_width (GTK_CONTAINER (contact_widget), 8); gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), contact_widget, TRUE, TRUE, 0); diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 292d97ced..958aaf0fd 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -175,6 +175,8 @@ contact_list_view_query_tooltip_cb (EmpathyContactListView *view, priv->tooltip_widget = empathy_contact_widget_new (contact, EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP | EMPATHY_CONTACT_WIDGET_SHOW_LOCATION); + gtk_container_set_border_width ( + GTK_CONTAINER (priv->tooltip_widget), 8); g_object_ref (priv->tooltip_widget); g_signal_connect (priv->tooltip_widget, "destroy", G_CALLBACK (contact_list_view_tooltip_destroy_cb), diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index 00ecf46ca..773aa6130 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -85,7 +85,7 @@ typedef struct GtkWidget *vbox_contact_widget; /* Contact */ - GtkWidget *vbox_contact; + GtkWidget *hbox_contact; GtkWidget *widget_avatar; GtkWidget *widget_account; GtkWidget *image_account; @@ -1339,7 +1339,7 @@ empathy_contact_widget_new (EmpathyContact *contact, "libempathy-gtk"); gui = empathy_builder_get_file (filename, "vbox_contact_widget", &information->vbox_contact_widget, - "vbox_contact", &information->vbox_contact, + "hbox_contact", &information->hbox_contact, "hbox_presence", &information->hbox_presence, "label_alias", &information->label_alias, "image_state", &information->image_state, @@ -1384,7 +1384,6 @@ empathy_contact_widget_new (EmpathyContact *contact, if (contact != NULL) contact_widget_set_contact (information, contact); - else if (information->flags & EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT || information->flags & EMPATHY_CONTACT_WIDGET_EDIT_ID) contact_widget_change_contact (information); diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui index df8f535fb..6a248d5bb 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -6,138 +6,105 @@ vertical 6 - + True - vertical 6 - - True - 0 - Contact - - - - - - False - False - 0 - - - - + True - 12 + vertical + 6 - + True - 6 + 3 + 2 + 6 + 6 - + True - vertical - 6 - - - True - 3 - 2 - 6 - 6 - - - True - 0 - Account: - - - GTK_FILL - - - - - - True - 0 - Identifier: - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - Alias: - - - 2 - 3 - GTK_FILL - - - - - - - - - - - - - - - 0 - - - - - True - 6 - - - gtk-missing-image - - - False - False - 0 - - - - - - - - 1 - - + 0 + Account: - 0 + GTK_FILL + - + True - vertical - - - + 0 + Identifier: + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + Alias: + + + 2 + 3 + GTK_FILL + + + + + + + + + + + + + + + 0 + + + + + True + 6 + + + gtk-missing-image False False - 1 + 0 + + + + + 1 + + + + + 0 + + + + + True + vertical + + @@ -148,7 +115,6 @@ - False 0 @@ -437,7 +403,7 @@ True 0 - Information requested… + Information requested… True True @@ -606,7 +572,7 @@ True 0 - Information requested… + Information requested… True True -- cgit v1.2.3