refactor: Do not redefine default bar values
This commit is contained in:
parent
12bfa5c89f
commit
bcb6894496
3 changed files with 19 additions and 19 deletions
include/components
|
@ -27,8 +27,8 @@ struct bar_settings {
|
|||
uint16_t padding_left{0};
|
||||
uint16_t padding_right{0};
|
||||
|
||||
int16_t module_margin_left = 0;
|
||||
int16_t module_margin_right = 2;
|
||||
int16_t module_margin_left{0};
|
||||
int16_t module_margin_right{2};
|
||||
|
||||
int16_t lineheight{0};
|
||||
int16_t spacing{1};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue