increase the default width of the Tags window, to accommodate lanaguages such as...
authorPaul <paul@claws-mail.org>
Tue, 28 Apr 2020 13:35:19 +0000 (14:35 +0100)
committerPaul <paul@claws-mail.org>
Tue, 28 Apr 2020 13:35:19 +0000 (14:35 +0100)
src/prefs_common.c

index bc8cc2313b69ed0d55363e20a8b43da9a62bb6c8..36808658744c79b13af04f24643c703557ee578f 100644 (file)
@@ -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},