mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 12:35:41 +02:00
config: implicit lists now have the same default right-spacing as explicit ones
This commit is contained in:
parent
2562d94f24
commit
73c93bad5a
1 changed files with 1 additions and 1 deletions
2
config.c
2
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 *
|
||||
|
|
Loading…
Add table
Reference in a new issue