From 28d1b270ab69a0bdd4a555d30c3f76406f47e15a Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 3 Feb 2011 10:45:03 +0100 Subject: Bug #641011 - Ugly appointment editing windows --- plugins/imap-features/imap-headers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/imap-features') diff --git a/plugins/imap-features/imap-headers.c b/plugins/imap-features/imap-headers.c index 9ec5fb923e..dd4032ed6d 100644 --- a/plugins/imap-features/imap-headers.c +++ b/plugins/imap-features/imap-headers.c @@ -340,6 +340,7 @@ org_gnome_imap_headers (EPlugin *epl, EConfigHookItemFactoryData *data) g_signal_connect (selection, "changed", G_CALLBACK (epif_tv_selection_changed), ui->remove_header); gtk_notebook_append_page ((GtkNotebook *)(data->parent), vbox, gtk_label_new(_("IMAP Headers"))); + gtk_container_child_set (GTK_CONTAINER (data->parent), vbox, "tab-fill", FALSE, "tab-expand", FALSE, NULL); gtk_widget_show_all (vbox); return GTK_WIDGET (vbox); -- cgit v1.2.3