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:13:16 +0000 (18:13 +0100)
effect as the spacing area didn't have the grey background color.

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

index 95e847d..a5630e4 100644 (file)
@@ -1233,7 +1233,7 @@ modest_gtkhtml_msg_view_init (ModestGtkhtmlMsgView *obj)
                          G_CALLBACK (html_adjustment_changed), obj);
 
        gtk_widget_push_composite_child ();
                          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 ();
 
        gtk_widget_set_composite_name (priv->headers_box, "headers");
        gtk_widget_pop_composite_child ();