mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
theme: rename menu_item_padding to menu_items_padding
This commit is contained in:
parent
d916a78aca
commit
1639919889
3 changed files with 11 additions and 11 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue