aboutsummaryrefslogtreecommitdiff
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
parent06419d2b001022b5c85d6fca399dfbac1bfe4427 (diff)
modified the default of summaryview_height.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@953 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--libsylph/prefs_common.c2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 28d7a09d..af79b347 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-02-01
+ * libsylph/prefs_common.c: modified the default of summaryview_height.
+
+2006-02-01
+
* src/compose.c
src/messageview.c
src/mainwindow.c: disabled Actions menu on win32.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 6b7a1848..06899e0f 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,9 @@
2006-02-01
+ * libsylph/prefs_common.c: summaryview_height の既定値を変更。
+
+2006-02-01
+
* src/compose.c
src/messageview.c
src/mainwindow.c: win32でアクションメニューを無効にした。
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},