mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-08 10:06:22 -05:00
config: change default box drawing line thickness from 0.02 -> 0.04
This commit is contained in:
parent
14ce8fd872
commit
f178de4c25
1 changed files with 1 additions and 1 deletions
2
config.c
2
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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue