talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit fb1bc654673c4854e07907c7c3e922fa7f1bffeb
parent 4a4c948180c240ead8c34eb1c01310216b160cdf
Author: Paul <paul@claws-mail.org>
Date:   Fri, 23 Aug 2024 14:52:26 +0100

revert unintentional change to compose_height in last commit

Diffstat:
Msrc/prefs_common.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/prefs_common.c b/src/prefs_common.c @@ -710,7 +710,7 @@ static PrefParam param[] = { NULL, NULL, NULL}, {"compose_width", "700", &prefs_common.compose_width, P_INT, NULL, NULL, NULL}, - {"compose_height", "500", &prefs_common.compose_height, P_INT, + {"compose_height", "470", &prefs_common.compose_height, P_INT, NULL, NULL, NULL}, #endif {"compose_notebook_height", "180", &prefs_common.compose_notebook_height, P_INT,