From bdb60aa9ce2789034402c3f31a5829201d822641 Mon Sep 17 00:00:00 2001 From: Ashwini Oruganti Date: Mon, 26 Mar 2012 17:18:56 +0200 Subject: Bug #593444 - templates-plugin: minor tweak to configuration tab --- plugins/templates/templates.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') 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); -- cgit v1.2.3