mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
Realign spacing for CI
This commit is contained in:
parent
b2803b8f4d
commit
ecf7770704
1 changed files with 5 additions and 5 deletions
|
|
@ -1276,7 +1276,7 @@ entry(struct theme *theme, const char *key, const char *value)
|
||||||
if (match_glob(key, "menu.items.active.bg")) {
|
if (match_glob(key, "menu.items.active.bg")) {
|
||||||
theme->menu_items_active_border_type = parse_border_type(value);
|
theme->menu_items_active_border_type = parse_border_type(value);
|
||||||
}
|
}
|
||||||
if (match_glob(key, "menu.items.active.bg.highlight")) {
|
if (match_glob(key, "menu.items.active.bg.highlight")) {
|
||||||
theme->menu_items_active_highlight =
|
theme->menu_items_active_highlight =
|
||||||
get_int_if_positive(value, "menu.items.active,bg.highlight");
|
get_int_if_positive(value, "menu.items.active,bg.highlight");
|
||||||
}
|
}
|
||||||
|
|
@ -1318,7 +1318,7 @@ entry(struct theme *theme, const char *key, const char *value)
|
||||||
if (match_glob(key, "menu.title.bg")) {
|
if (match_glob(key, "menu.title.bg")) {
|
||||||
theme->menu_title_border_type = parse_border_type(value);
|
theme->menu_title_border_type = parse_border_type(value);
|
||||||
}
|
}
|
||||||
if (match_glob(key, "menu.title.bg.highlight")) {
|
if (match_glob(key, "menu.title.bg.highlight")) {
|
||||||
theme->menu_title_highlight =
|
theme->menu_title_highlight =
|
||||||
get_int_if_positive(value, "menu.title.bg.highlight");
|
get_int_if_positive(value, "menu.title.bg.highlight");
|
||||||
}
|
}
|
||||||
|
|
@ -1345,7 +1345,7 @@ entry(struct theme *theme, const char *key, const char *value)
|
||||||
if (match_glob(key, "osd.bg")) {
|
if (match_glob(key, "osd.bg")) {
|
||||||
theme->osd_border_type = parse_border_type(value);
|
theme->osd_border_type = parse_border_type(value);
|
||||||
}
|
}
|
||||||
if (match_glob(key, "osd.bg.highlight")) {
|
if (match_glob(key, "osd.bg.highlight")) {
|
||||||
theme->osd_highlight =
|
theme->osd_highlight =
|
||||||
get_int_if_positive(value, "osd.bg.highlight");
|
get_int_if_positive(value, "osd.bg.highlight");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue