config: implicit lists now have the same default right-spacing as explicit ones

This commit is contained in:
Daniel Eklöf 2019-01-09 18:42:22 +01:00
parent 2562d94f24
commit 73c93bad5a

View file

@ -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 *