mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
final final spacing cleanse?
This commit is contained in:
parent
a6984e9480
commit
a61f051ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -917,7 +917,7 @@ entry(struct theme *theme, const char *key, const char *value)
|
||||||
if (match_glob(key, "menu.title.text.color")) {
|
if (match_glob(key, "menu.title.text.color")) {
|
||||||
parse_hexstr(value, theme->menu_title_text_color);
|
parse_hexstr(value, theme->menu_title_text_color);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (match_glob(key, "menu.border.color")) {
|
if (match_glob(key, "menu.border.color")) {
|
||||||
parse_hexstr(value, theme->menu_border_color);
|
parse_hexstr(value, theme->menu_border_color);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue