From f178de4c25c563c7978a6399d58d1da38739b9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 11 Jan 2021 13:06:48 +0100 Subject: [PATCH] config: change default box drawing line thickness from 0.02 -> 0.04 --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index 07101122..fb424218 100644 --- a/config.c +++ b/config.c @@ -2136,7 +2136,7 @@ config_load(struct config *conf, const char *conf_path, .render_timer_osd = false, .render_timer_log = false, .damage_whole_window = false, - .box_drawing_base_thickness = 0.02, + .box_drawing_base_thickness = 0.04, }, .notifications = tll_init(),