diff options
author | Ashwini Oruganti <ashwini.oruganti@gmail.com> | 2012-03-26 23:18:56 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-03-26 23:18:56 +0800 |
commit | bdb60aa9ce2789034402c3f31a5829201d822641 (patch) | |
tree | d2926e559704ab2ddb01e8410288eaa2d08f6aa4 /plugins/templates | |
parent | bda78f1da8e077aee9f799825e15c5920a667d47 (diff) | |
download | gsoc2013-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/templates')
-rw-r--r-- | 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 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); |