From 54181558b1d2ee7e0173b38cb9715b3ee6492f06 Mon Sep 17 00:00:00 2001 From: droc12345 <80716141+droc12345@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:58:33 -0500 Subject: [PATCH] Update theme.c remove extraneous space --- src/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.c b/src/theme.c index bd4050d2..1938b1b9 100644 --- a/src/theme.c +++ b/src/theme.c @@ -1018,7 +1018,7 @@ post_processing(struct theme *theme) theme->osd_workspace_switcher_boxes_width = 0; } 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); } }