mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-21 03:45:42 +02:00
Merge branch 'left-right-margin-typo'
This commit is contained in:
commit
8076a8da2a
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},
|
{"right-spacing", false, &conf_verify_int},
|
||||||
|
|
||||||
{"margin", false, &conf_verify_int},
|
{"margin", false, &conf_verify_int},
|
||||||
{"left_margin", false, &conf_verify_int},
|
{"left-margin", false, &conf_verify_int},
|
||||||
{"right_margin", false, &conf_verify_int},
|
{"right-margin", false, &conf_verify_int},
|
||||||
|
|
||||||
{"border", false, &verify_bar_border},
|
{"border", false, &verify_bar_border},
|
||||||
{"font", false, &conf_verify_font},
|
{"font", false, &conf_verify_font},
|
||||||
|
|
Loading…
Add table
Reference in a new issue