From: José Dapena Paz Date: Thu, 18 Feb 2010 15:28:15 +0000 (+0100) Subject: Remove spacing in headers view calendar, as it was causing a very bad X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=38454a69440197510b16c5a5444e19f234c91690;hp=4ac82888b5c52ca3c6ccc6d44675f171fc6abeac Remove spacing in headers view calendar, as it was causing a very bad effect as the spacing area didn't have the grey background color. --- diff --git a/src/widgets/modest-gtkhtml-msg-view.c b/src/widgets/modest-gtkhtml-msg-view.c index b3625e8..8f8b2ce 100644 --- a/src/widgets/modest-gtkhtml-msg-view.c +++ b/src/widgets/modest-gtkhtml-msg-view.c @@ -1224,7 +1224,7 @@ modest_gtkhtml_msg_view_init (ModestGtkhtmlMsgView *obj) G_CALLBACK (html_adjustment_changed), obj); gtk_widget_push_composite_child (); - priv->headers_box = gtk_vbox_new (FALSE, MODEST_MARGIN_DEFAULT); + priv->headers_box = gtk_vbox_new (FALSE, 0); gtk_widget_set_composite_name (priv->headers_box, "headers"); gtk_widget_pop_composite_child ();