mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
config: support setting menu item font
In rc.xml, support <font place="MenuItem"> <name></name> <size></size> </font>
This commit is contained in:
parent
a668f6f73d
commit
3990018bb9
3 changed files with 21 additions and 4 deletions
|
|
@ -14,7 +14,9 @@ struct rcxml {
|
|||
char *theme_name;
|
||||
int corner_radius;
|
||||
char *font_name_activewindow;
|
||||
char *font_name_menuitem;
|
||||
int font_size_activewindow;
|
||||
int font_size_menuitem;
|
||||
struct wl_list keybinds;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue