From b1f9619822a57acbc1088b73e8a0141ea94d8ad6 Mon Sep 17 00:00:00 2001 From: David Barr Date: Thu, 17 Oct 2024 13:17:13 +0100 Subject: [PATCH] fix indent --- include/theme.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/theme.h b/include/theme.h index d340a992..998288c6 100644 --- a/include/theme.h +++ b/include/theme.h @@ -79,8 +79,8 @@ struct theme { float menu_items_active_bg_color[4]; float menu_items_active_text_color[4]; float menu_border_color[4]; - int menu_border_width; - + int menu_border_width; + int menu_min_width; int menu_max_width;