[evolution] Bug #593444 - templates-plugin: minor tweak to configuration tab
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #593444 - templates-plugin: minor tweak to configuration tab
- Date: Mon, 26 Mar 2012 15:19:26 +0000 (UTC)
commit bdb60aa9ce2789034402c3f31a5829201d822641
Author: Ashwini Oruganti <ashwini oruganti gmail com>
Date: Mon Mar 26 17:18:56 2012 +0200
Bug #593444 - templates-plugin: minor tweak to configuration tab
plugins/templates/templates.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c
index 01431d0..7589164 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]