From 44882e47d73041f993c3e97bfcf11fe46af5d6f9 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 1 Feb 2006 06:34:30 +0000 Subject: modified the default of summaryview_height. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@953 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 4 ++++ ChangeLog.ja | 4 ++++ libsylph/prefs_common.c | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 28d7a09d..af79b347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-01 + + * libsylph/prefs_common.c: modified the default of summaryview_height. + 2006-02-01 * src/compose.c diff --git a/ChangeLog.ja b/ChangeLog.ja index 6b7a1848..06899e0f 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,3 +1,7 @@ +2006-02-01 + + * libsylph/prefs_common.c: summaryview_height の既定値を変更。 + 2006-02-01 * src/compose.c 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}, -- cgit v1.2.3