aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-config.c')
-rw-r--r--e-util/e-config.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/e-util/e-config.c b/e-util/e-config.c
index 01b3eb6ab0..422c480134 100644
--- a/e-util/e-config.c
+++ b/e-util/e-config.c
@@ -654,11 +654,8 @@ ec_rebuild(EConfig *emp)
if (item->type == E_CONFIG_SECTION)
section = gtk_vbox_new(FALSE, 6);
- else {
+ else
section = gtk_table_new(1, 1, FALSE);
- gtk_table_set_row_spacings (section, 12);
- gtk_table_set_col_spacings (section, 12);
- }
frame = g_object_new(gtk_frame_get_type(),
"shadow_type", GTK_SHADOW_NONE,