talons

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

commit 525c55c3fa0b19442c108f413f1459ec43afbbee
parent 16f8818b524a2f790b65d2f58064fd5ba84320ff
Author: Paul <paul@claws-mail.org>
Date:   Tue, 28 Apr 2020 14:35:19 +0100

increase the default width of the Tags window, to accommodate lanaguages such as Greek

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 @@ -1052,7 +1052,7 @@ static PrefParam param[] = { {"actionswin_height", "-1", &prefs_common.actionswin_height, P_INT, NULL, NULL, NULL}, - {"tagswin_width", "486", &prefs_common.tagswin_width, P_INT, + {"tagswin_width", "586", &prefs_common.tagswin_width, P_INT, NULL, NULL, NULL}, {"tagswin_height", "-1", &prefs_common.tagswin_height, P_INT, NULL, NULL, NULL},