mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
draft #1976 by johanmalm
various menu changes necessary for further menu work
This commit is contained in:
parent
497d3d8e05
commit
50542bbf84
8 changed files with 120 additions and 38 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];
|
||||
|
|
@ -75,6 +76,8 @@ struct theme {
|
|||
int menu_separator_padding_height;
|
||||
float menu_separator_color[4];
|
||||
|
||||
float menu_title_bg_color[4];
|
||||
|
||||
int osd_border_width;
|
||||
|
||||
float osd_bg_color[4];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue