mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
Merge branch 'master' into master
This commit is contained in:
commit
6885d5b887
70 changed files with 1979 additions and 321 deletions
|
|
@ -1103,7 +1103,7 @@ entry(struct theme *theme, const char *key, const char *value)
|
|||
parse_color(value, theme->window[SSD_ACTIVE].button_hover_border_color);
|
||||
}
|
||||
|
||||
/* botton hover overlay */
|
||||
/* button hover overlay */
|
||||
if (match_glob(key, "window.button.hover.bg.color")) {
|
||||
parse_color(value, theme->window_button_hover_bg_color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue