mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
menu: support borders
This commit adds following theme configurations: menu.border.width: 1 menu.border.color: #aaaaaa
This commit is contained in:
parent
fb6bf3fdde
commit
da418f9720
5 changed files with 67 additions and 19 deletions
|
|
@ -101,6 +101,8 @@ struct theme {
|
|||
int menu_overlap_y;
|
||||
int menu_min_width;
|
||||
int menu_max_width;
|
||||
int menu_border_width;
|
||||
float menu_border_color[4];
|
||||
|
||||
int menu_items_padding_x;
|
||||
int menu_items_padding_y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue