mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Update theme.c
remove extraneous space
This commit is contained in:
parent
cb2dcd30be
commit
54181558b1
1 changed files with 1 additions and 1 deletions
|
|
@ -1018,7 +1018,7 @@ post_processing(struct theme *theme)
|
|||
theme->osd_workspace_switcher_boxes_width = 0;
|
||||
}
|
||||
if (theme->osd_width_should_parse_as_percentage) {
|
||||
theme->osd_window_switcher_width =
|
||||
theme->osd_window_switcher_width =
|
||||
MIN(theme->osd_window_switcher_width, 100);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue