refactor: Do not redefine default bar values

This commit is contained in:
Michael Carlberg 2016-10-11 08:18:25 +02:00
parent 12bfa5c89f
commit bcb6894496
3 changed files with 19 additions and 19 deletions
include/components

View file

@ -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};