aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-attachment-bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-mail-attachment-bar.c')
-rw-r--r--mail/e-mail-attachment-bar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/e-mail-attachment-bar.c b/mail/e-mail-attachment-bar.c
index 4424a84684..97f5a7fb00 100644
--- a/mail/e-mail-attachment-bar.c
+++ b/mail/e-mail-attachment-bar.c
@@ -453,7 +453,7 @@ mail_attachment_bar_init (EMailAttachmentBar *bar)
container = GTK_WIDGET (bar);
- widget = gtk_hbox_new (FALSE, 6);
+ widget = gtk_hbox_new (FALSE, 12);
gtk_box_pack_start (GTK_BOX (container), widget, FALSE, FALSE, 0);
gtk_widget_show (widget);
@@ -481,7 +481,7 @@ mail_attachment_bar_init (EMailAttachmentBar *bar)
container = bar->priv->expander;
- widget = gtk_hbox_new (FALSE, 0);
+ widget = gtk_hbox_new (FALSE, 6);
gtk_size_group_add_widget (size_group, widget);
gtk_expander_set_label_widget (GTK_EXPANDER (container), widget);
gtk_widget_show (widget);