mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
menu enhancements - theme and separators
separators work with and without a label label title additions - text color - font selection - center justification - Oblique font style
This commit is contained in:
parent
107d84cef9
commit
a345cae8ee
12 changed files with 79 additions and 7 deletions
|
|
@ -44,6 +44,7 @@ struct theme {
|
|||
float window_active_label_text_color[4];
|
||||
float window_inactive_label_text_color[4];
|
||||
enum lab_justification window_label_text_justify;
|
||||
enum lab_justification menu_title_text_justify;
|
||||
|
||||
/* button width */
|
||||
int window_button_width;
|
||||
|
|
@ -78,6 +79,8 @@ struct theme {
|
|||
|
||||
float menu_title_bg_color[4];
|
||||
|
||||
float menu_title_text_color[4];
|
||||
|
||||
int osd_border_width;
|
||||
|
||||
float osd_bg_color[4];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue