config: change default box drawing line thickness from 0.02 -> 0.04

This commit is contained in:
Daniel Eklöf 2021-01-11 13:06:48 +01:00
parent 14ce8fd872
commit f178de4c25
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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(),