mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Theme option to configure boxes from workspace OSD
This allows to configure width and height of "boxes" displayed in the workspace OSD.
This commit is contained in:
parent
111b955b53
commit
38cfea7e09
5 changed files with 44 additions and 13 deletions
|
|
@ -76,6 +76,9 @@ struct theme {
|
|||
int osd_window_switcher_item_padding_y;
|
||||
int osd_window_switcher_item_active_border_width;
|
||||
|
||||
int osd_workspace_switcher_boxes_width;
|
||||
int osd_workspace_switcher_boxes_height;
|
||||
|
||||
/* textures */
|
||||
struct lab_data_buffer *button_close_active_unpressed;
|
||||
struct lab_data_buffer *button_maximize_active_unpressed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue