Update theme.c

remove extraneous space
This commit is contained in:
droc12345 2024-03-25 19:58:33 -05:00 committed by GitHub
parent cb2dcd30be
commit 54181558b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1018,7 +1018,7 @@ post_processing(struct theme *theme)
theme->osd_workspace_switcher_boxes_width = 0; theme->osd_workspace_switcher_boxes_width = 0;
} }
if (theme->osd_width_should_parse_as_percentage) { if (theme->osd_width_should_parse_as_percentage) {
theme->osd_window_switcher_width = theme->osd_window_switcher_width =
MIN(theme->osd_window_switcher_width, 100); MIN(theme->osd_window_switcher_width, 100);
} }
} }