theme: rename menu_item_padding to menu_items_padding

This commit is contained in:
tokyo4j 2024-11-12 12:36:21 +09:00 committed by Johan Malm
parent d916a78aca
commit 1639919889
3 changed files with 11 additions and 11 deletions

View file

@ -102,8 +102,8 @@ struct theme {
int menu_min_width;
int menu_max_width;
int menu_item_padding_x;
int menu_item_padding_y;
int menu_items_padding_x;
int menu_items_padding_y;
float menu_items_bg_color[4];
float menu_items_text_color[4];
float menu_items_active_bg_color[4];