aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAshwini Oruganti <ashwini.oruganti@gmail.com>2012-03-26 23:18:56 +0800
committerMilan Crha <mcrha@redhat.com>2012-03-26 23:18:56 +0800
commitbdb60aa9ce2789034402c3f31a5829201d822641 (patch)
treed2926e559704ab2ddb01e8410288eaa2d08f6aa4 /plugins
parentbda78f1da8e077aee9f799825e15c5920a667d47 (diff)
downloadgsoc2013-evolution-bdb60aa9ce2789034402c3f31a5829201d822641.tar
gsoc2013-evolution-bdb60aa9ce2789034402c3f31a5829201d822641.tar.gz
gsoc2013-evolution-bdb60aa9ce2789034402c3f31a5829201d822641.tar.bz2
gsoc2013-evolution-bdb60aa9ce2789034402c3f31a5829201d822641.tar.lz
gsoc2013-evolution-bdb60aa9ce2789034402c3f31a5829201d822641.tar.xz
gsoc2013-evolution-bdb60aa9ce2789034402c3f31a5829201d822641.tar.zst
gsoc2013-evolution-bdb60aa9ce2789034402c3f31a5829201d822641.zip
Bug #593444 - templates-plugin: minor tweak to configuration tab
Diffstat (limited to 'plugins')
-rw-r--r--plugins/templates/templates.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c
index 01431d036e..75891641e2 100644
--- a/plugins/templates/templates.c
+++ b/plugins/templates/templates.c
@@ -411,11 +411,11 @@ e_plugin_lib_get_configure_widget (EPlugin *epl)
UIData *ui = g_new0 (UIData, 1);
- templates_configuration_box = gtk_vbox_new (FALSE, 5);
+ templates_configuration_box = gtk_vbox_new (FALSE, 6);
gtk_widget_show (templates_configuration_box);
gtk_widget_set_size_request (templates_configuration_box, 385, 189);
- clue_container = gtk_hbox_new (FALSE, 6);
+ clue_container = gtk_hbox_new (FALSE, 12);
gtk_widget_show (clue_container);
gtk_box_pack_start (GTK_BOX (templates_configuration_box), clue_container, TRUE, TRUE, 0);