menu: use "MenuHeader" font height in separators with label

This commit is contained in:
Tomi Ollila 2024-10-26 17:14:27 +03:00 committed by Johan Malm
parent 6cb8f18fe1
commit ad2d24fb42
3 changed files with 8 additions and 3 deletions

View file

@ -74,6 +74,8 @@ struct theme {
int menu_item_padding_y;
int menu_item_height;
int menu_header_height;
float menu_items_bg_color[4];
float menu_items_text_color[4];
float menu_items_active_bg_color[4];