mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Update theme.c
add theme->osd_width_should_parse_as_percentage = false; in builtin
This commit is contained in:
parent
42f3477502
commit
ea35b014b9
1 changed files with 1 additions and 0 deletions
|
|
@ -494,6 +494,7 @@ theme_builtin(struct theme *theme)
|
|||
theme->osd_window_switcher_item_padding_x = 10;
|
||||
theme->osd_window_switcher_item_padding_y = 1;
|
||||
theme->osd_window_switcher_item_active_border_width = 2;
|
||||
theme->osd_width_should_parse_as_percentage = false;
|
||||
|
||||
theme->osd_workspace_switcher_boxes_width = 20;
|
||||
theme->osd_workspace_switcher_boxes_height = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue