Remove spacing in headers view calendar, as it was causing a very bad
authorJosé Dapena Paz <jdapena@igalia.com>
Thu, 18 Feb 2010 15:28:15 +0000 (16:28 +0100)
committerJosé Dapena Paz <jdapena@igalia.com>
Thu, 18 Feb 2010 17:18:02 +0000 (18:18 +0100)
effect as the spacing area didn't have the grey background color.

src/widgets/modest-gtkhtml-msg-view.c

index b3625e8..8f8b2ce 100644 (file)
@@ -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 ();