diff options
Diffstat (limited to 'my-evolution/e-summary-shown.c')
-rw-r--r-- | my-evolution/e-summary-shown.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/my-evolution/e-summary-shown.c b/my-evolution/e-summary-shown.c index 6c0dbd726f..c1cd23c4f6 100644 --- a/my-evolution/e-summary-shown.c +++ b/my-evolution/e-summary-shown.c @@ -477,6 +477,8 @@ e_summary_shown_init (ESummaryShown *shown) ESummaryShownPrivate *priv; GtkWidget *vbox; + gtk_box_set_spacing (GTK_BOX (shown), 3); + shown->shown_model = g_hash_table_new (NULL, NULL); shown->all_model = g_hash_table_new (NULL, NULL); |