aboutsummaryrefslogtreecommitdiff
path: root/src/setup.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-05 05:58:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-05 05:58:46 +0000
commit0f57a2f733e451a81555a99612b9f215ac6f7a1d (patch)
treed617de07bbb6ca5668f0972a4f0d7e8e6cb6ac01 /src/setup.c
parent2cc23a9152b9a3965cb026d63b5dceaf239a6b0d (diff)
modified account setup dialog layout.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2458 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/setup.c')
-rw-r--r--src/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup.c b/src/setup.c
index 25b95771..5bbdb865 100644
--- a/src/setup.c
+++ b/src/setup.c
@@ -652,7 +652,7 @@ PrefsAccount *setup_account(void)
MODIFY_LABEL_STYLE();
vbox = gtk_vbox_new(FALSE, 8);
- //gtk_container_set_border_width(GTK_CONTAINER(vbox), 12);
+ gtk_container_set_border_width(GTK_CONTAINER(vbox), 8);
gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox), vbox,
TRUE, TRUE, 0);
@@ -691,7 +691,7 @@ PrefsAccount *setup_account(void)
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 8);
gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.0);
- table = gtk_table_new(4, 4, FALSE);
+ table = gtk_table_new(4, 2, FALSE);
gtk_box_pack_start(GTK_BOX(vbox), table, FALSE, FALSE, 0);
gtk_table_set_row_spacings(GTK_TABLE(table), 8);
gtk_table_set_col_spacings(GTK_TABLE(table), 8);