fix: error width for unfocused window of scroller layout

This commit is contained in:
DreamMaoMao 2025-03-16 13:43:04 +08:00
parent 38d41e1483
commit fdbfaf902d
2 changed files with 4 additions and 2 deletions

View file

@ -801,7 +801,7 @@ void parse_config_line(Config *config, const char *line) {
rule->height = -1;
rule->animation_type_open = NULL;
rule->animation_type_close = NULL;
rule->scroller_proportion = -1;
rule->scroller_proportion = 0;
rule->id = NULL;
rule->title = NULL;
rule->tags = 0;