put the shade icon in the right place
This commit is contained in:
parent
fce33883f4
commit
cea602d734
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ void client_menu_startup()
|
|||
e->data.normal.mask_disabled_selected_color =
|
||||
ob_rr_theme->menu_disabled_selected_color;
|
||||
|
||||
menu_add_normal(menu, CLIENT_SHADE, _("&Roll up/down"), NULL, TRUE);
|
||||
e = menu_add_normal(menu, CLIENT_SHADE, _("&Roll up/down"), NULL, TRUE);
|
||||
e->data.normal.mask = ob_rr_theme->shade_mask;
|
||||
e->data.normal.mask_normal_color = ob_rr_theme->menu_color;
|
||||
e->data.normal.mask_selected_color = ob_rr_theme->menu_selected_color;
|
||||
|
|
Loading…
Reference in a new issue