mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 12:25:38 +02:00
config: list has a default right-spacing of 2
This commit is contained in:
parent
6db41b7803
commit
0f5d626177
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
@ -143,7 +143,7 @@ particle_list_from_config(const struct yml_node *node,
|
|||
int left_margin = 0;
|
||||
int right_margin = 0;
|
||||
int left_spacing = 0;
|
||||
int right_spacing = 0;
|
||||
int right_spacing = 2;
|
||||
|
||||
if (margin_node != NULL)
|
||||
left_margin = right_margin = yml_value_as_int(margin_node);
|
||||
|
|
Loading…
Add table
Reference in a new issue