talons

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

commit e0469e58a9c8332fc3c16c70e6e31764986c32dc
parent b59f2a10da54c65738482ef1ac3e85e1bc93adee
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 @@ -1054,7 +1054,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},