Update theme.c

add theme->osd_width_should_parse_as_percentage = false; 
in builtin
This commit is contained in:
droc12345 2024-03-25 19:22:43 -05:00 committed by GitHub
parent 42f3477502
commit ea35b014b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -494,6 +494,7 @@ theme_builtin(struct theme *theme)
theme->osd_window_switcher_item_padding_x = 10;
theme->osd_window_switcher_item_padding_y = 1;
theme->osd_window_switcher_item_active_border_width = 2;
theme->osd_width_should_parse_as_percentage = false;
theme->osd_workspace_switcher_boxes_width = 20;
theme->osd_workspace_switcher_boxes_height = 20;