menu: use theme->menu_item_height instead of menu->item_height

...and set it in theme.c post_processing()
This commit is contained in:
Johan Malm 2024-08-15 20:54:49 +01:00
parent ab178cc705
commit 4fb4ba5969
4 changed files with 12 additions and 14 deletions

View file

@ -53,7 +53,6 @@ struct menuitem {
struct menu {
char *id;
char *label;
int item_height;
struct menu *parent;
struct {