From 73c93bad5af22b338eff5db1e50f01232aced53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 9 Jan 2019 18:42:22 +0100 Subject: [PATCH] config: implicit lists now have the same default right-spacing as explicit ones --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index d2c668c..c49dffe 100644 --- a/config.c +++ b/config.c @@ -347,7 +347,7 @@ particle_simple_list_from_config(const struct yml_node *node, parts[idx] = particle_from_config(it.node, parent_font); } - return particle_list_new(parts, count, 0, 0, 0, 0, NULL); + return particle_list_new(parts, count, 0, 2, 0, 0, NULL); } static struct particle *