mirror of
https://github.com/labwc/labwc.git
synced 2026-02-26 01:40:22 -05:00
menu: use theme->menu_item_height instead of menu->item_height
...and set it in theme.c post_processing()
This commit is contained in:
parent
0552c6b7f0
commit
9bc381d9e8
4 changed files with 12 additions and 14 deletions
|
|
@ -61,6 +61,7 @@ struct theme {
|
|||
|
||||
int menu_item_padding_x;
|
||||
int menu_item_padding_y;
|
||||
int menu_item_height;
|
||||
|
||||
float menu_items_bg_color[4];
|
||||
float menu_items_text_color[4];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue