mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
theme: add option osd.window-switcher.item.active.border.width
...and change default values for the variables below to keep the window-switcher look the same as it was at the last release. osd.window-switcher.padding = 4 osd.window-switcher.item.padding.y = 1 osd.window-switcher.item.active.border.width = 2
This commit is contained in:
parent
d0f9e560b1
commit
357cd55bae
5 changed files with 24 additions and 19 deletions
|
|
@ -71,6 +71,7 @@ struct theme {
|
|||
int osd_window_switcher_padding;
|
||||
int osd_window_switcher_item_padding_x;
|
||||
int osd_window_switcher_item_padding_y;
|
||||
int osd_window_switcher_item_active_border_width;
|
||||
|
||||
/* textures */
|
||||
struct lab_data_buffer *xbm_close_active_unpressed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue