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

This commit is contained in:
Tomi Ollila 2024-10-26 17:14:27 +03:00
parent 6bd36e8512
commit b44171d00e
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];