mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-16 06:59:52 -05:00
fix: error width for unfocused window of scroller layout
This commit is contained in:
parent
38d41e1483
commit
fdbfaf902d
2 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue