From 2382c13eb142708eabc7d086048fec40cfce092b Mon Sep 17 00:00:00 2001 From: Denis Washington Date: Mon, 3 Dec 2007 18:50:40 +0000 Subject: ** Fix for bug #363644 2007-12-03 Denis Washington ** Fix for bug #363644 * mail-send-recv.c: Added a 6px padding around the scrolled window so that it's border doesn't look like a separator on the bottom. svn path=/trunk/; revision=34630 --- mail/mail-send-recv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/mail-send-recv.c') diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c index 136f9e9051..6ffc823761 100644 --- a/mail/mail-send-recv.c +++ b/mail/mail-send-recv.c @@ -430,6 +430,8 @@ build_dialog (EAccountList *accounts, CamelFolder *outbox, const char *destinati gtk_table_set_col_spacings (GTK_TABLE (table), 6); scrolled_window = gtk_scrolled_window_new (NULL, NULL); + gtk_container_set_border_width ( + GTK_CONTAINER (scrolled_window), 6); gtk_scrolled_window_set_policy ( GTK_SCROLLED_WINDOW (scrolled_window), GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); -- cgit