commit 4a4c948180c240ead8c34eb1c01310216b160cdf
parent 4f9e295d34c6dfa69aa9fc8fc526c11bc70eb675
Author: Paul <paul@claws-mail.org>
Date: Fri, 23 Aug 2024 14:45:17 +0100
increase the default size for compose_notebook_height
it causes confusion for some new users otherwise
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/prefs_common.c b/src/prefs_common.c
@@ -710,10 +710,10 @@ static PrefParam param[] = {
NULL, NULL, NULL},
{"compose_width", "700", &prefs_common.compose_width, P_INT,
NULL, NULL, NULL},
- {"compose_height", "470", &prefs_common.compose_height, P_INT,
+ {"compose_height", "500", &prefs_common.compose_height, P_INT,
NULL, NULL, NULL},
#endif
- {"compose_notebook_height", "130", &prefs_common.compose_notebook_height, P_INT,
+ {"compose_notebook_height", "180", &prefs_common.compose_notebook_height, P_INT,
NULL, NULL, NULL},
{"compose_x", "0", &prefs_common.compose_x, P_INT,
NULL, NULL, NULL},