mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
config: fix incorrect attribute name in validation
This commit is contained in:
parent
7a5ce73c94
commit
ab0323e35e
1 changed files with 2 additions and 2 deletions
|
@ -434,8 +434,8 @@ conf_verify_bar(const struct yml_node *bar)
|
|||
{"right-spacing", false, &conf_verify_int},
|
||||
|
||||
{"margin", false, &conf_verify_int},
|
||||
{"left_margin", false, &conf_verify_int},
|
||||
{"right_margin", false, &conf_verify_int},
|
||||
{"left-margin", false, &conf_verify_int},
|
||||
{"right-margin", false, &conf_verify_int},
|
||||
|
||||
{"border", false, &verify_bar_border},
|
||||
{"font", false, &conf_verify_font},
|
||||
|
|
Loading…
Add table
Reference in a new issue