forked from external/yambar
particle/map: left/right margin on a map doesn't make any sense
This commit is contained in:
parent
f91d091386
commit
be6429c852
3 changed files with 4 additions and 5 deletions
2
config.c
2
config.c
|
@ -203,7 +203,7 @@ particle_map_from_config(const struct yml_node *node, const struct font *parent_
|
|||
|
||||
return particle_map_new(
|
||||
yml_value_as_string(tag), particle_map, yml_dict_length(values),
|
||||
default_particle, 0, 0);
|
||||
default_particle);
|
||||
}
|
||||
|
||||
static struct particle *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue