[Commits] [SCM] claws branch, master, updated. 4.3.0-33-g4a4c94818
paul at claws-mail.org
paul at claws-mail.org
Fri Aug 23 13:45:21 UTC 2024
The branch, master has been updated
via 4a4c948180c240ead8c34eb1c01310216b160cdf (commit)
from 4f9e295d34c6dfa69aa9fc8fc526c11bc70eb675 (commit)
Summary of changes:
src/prefs_common.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 4a4c948180c240ead8c34eb1c01310216b160cdf
Author: Paul <paul at claws-mail.org>
Date: Fri Aug 23 14:45:17 2024 +0100
increase the default size for compose_notebook_height
it causes confusion for some new users otherwise
diff --git a/src/prefs_common.c b/src/prefs_common.c
index 91c8fcb74..b692d1aa7 100644
--- 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},
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list