aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
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);