From 1738e8731eaf872957bd7a722ba461b09ce020c7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 11 Apr 2003 21:18:08 +0000 Subject: Fixes bug #41243. 2003-04-11 Jeffrey Stedfast Fixes bug #41243. * message-tag-followup.c (construct): Change the window border width and packing to comply with the HIG. * message-tags.glade: Updated to comply with the HIG. svn path=/trunk/; revision=20833 --- mail/message-tag-followup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/message-tag-followup.c') diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c index 59ebf29f13..09a0aa6622 100644 --- a/mail/message-tag-followup.c +++ b/mail/message-tag-followup.c @@ -282,6 +282,7 @@ construct (MessageTagEditor *editor) gtk_window_set_title (GTK_WINDOW (editor), _("Flag to Follow Up")); gnome_window_icon_set_from_file (GTK_WINDOW (editor), EVOLUTION_IMAGES "/flag-for-followup-16.png"); + gtk_container_set_border_width (GTK_CONTAINER (editor), 6); gui = glade_xml_new (EVOLUTION_GLADEDIR "/message-tags.glade", "followup_editor", NULL); @@ -289,6 +290,7 @@ construct (MessageTagEditor *editor) /* reparent */ gtk_widget_reparent (widget, GTK_DIALOG (editor)->vbox); + gtk_box_set_child_packing (GTK_BOX (GTK_DIALOG (editor)->vbox), widget, TRUE, TRUE, 6, GTK_PACK_START); widget = glade_xml_get_widget (gui, "pixmap"); gtk_image_set_from_file ((GtkImage *)widget, EVOLUTION_GLADEDIR "/flag-for-followup-48.png"); -- cgit v1.2.3