From ea35b014b9ba0b3c188183ffe485ff9c9a9f0732 Mon Sep 17 00:00:00 2001 From: droc12345 <80716141+droc12345@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:22:43 -0500 Subject: [PATCH] Update theme.c add theme->osd_width_should_parse_as_percentage = false; in builtin --- src/theme.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme.c b/src/theme.c index db560478..86def6ed 100644 --- a/src/theme.c +++ b/src/theme.c @@ -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;