diff options
author | Milan Crha <mcrha@redhat.com> | 2011-02-03 17:45:03 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-02-03 17:45:03 +0800 |
commit | 0478e01708ab2460901f7a2fb8cae749a4e85c45 (patch) | |
tree | 7767de9296894aeab524ea78392c35ac1a7dfdf6 /plugins/imap-features | |
parent | 93a51af22567bdddf3978716791f0be2e1dd2656 (diff) | |
download | gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar.gz gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar.bz2 gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar.lz gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar.xz gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.tar.zst gsoc2013-evolution-0478e01708ab2460901f7a2fb8cae749a4e85c45.zip |
Bug #641011 - Ugly appointment editing windows
Diffstat (limited to 'plugins/imap-features')
-rw-r--r-- | plugins/imap-features/imap-headers.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |