aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-01 06:34:30 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-01 06:34:30 +0000
commit44882e47d73041f993c3e97bfcf11fe46af5d6f9 (patch)
tree6a59c7228a0c9471f00c8373237b1361d187cca7 /libsylph/prefs_common.c
parent06419d2b001022b5c85d6fca399dfbac1bfe4427 (diff)
modified the default of summaryview_height.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@953 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 1d5f64eb..6fc160f8 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -191,7 +191,7 @@ static PrefParam param[] = {
{"folder_col_total", "32", &prefs_common.folder_col_total, P_INT},
{"summaryview_width", "600", &prefs_common.summaryview_width, P_INT},
- {"summaryview_height", "157", &prefs_common.summaryview_height, P_INT},
+ {"summaryview_height", "180", &prefs_common.summaryview_height, P_INT},
{"main_messagewin_x", "256", &prefs_common.main_msgwin_x, P_INT},
{"main_messagewin_y", "210", &prefs_common.main_msgwin_y, P_INT},