From 4bd6557b14458813d3b7600d159256942712ad8c Mon Sep 17 00:00:00 2001 From: David Barr Date: Thu, 17 Oct 2024 14:21:02 +0100 Subject: [PATCH] fix auto indent mess --- include/theme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/theme.h b/include/theme.h index 998288c6..b9f832d7 100644 --- a/include/theme.h +++ b/include/theme.h @@ -80,7 +80,7 @@ struct theme { float menu_items_active_text_color[4]; float menu_border_color[4]; int menu_border_width; - + int menu_min_width; int menu_max_width;