make active-disabled shadow offset-y be proper
This commit is contained in:
parent
d0bde36aa7
commit
1fc480c193
1 changed files with 3 additions and 3 deletions
|
@ -931,7 +931,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
|
|||
if (!FIND(shadow, L("menu","active-disabled","shadow","offset"),
|
||||
theme->a_menu_text_disabled_selected))
|
||||
theme->a_menu_text_disabled_selected->
|
||||
texture[0].data.text.shadow_offset_x = 0;
|
||||
texture[0].data.text.shadow_offset_x =
|
||||
theme->a_menu_text_disabled_selected->
|
||||
texture[0].data.text.shadow_offset_y = 0;
|
||||
theme->a_menu_text_normal->texture[0].data.text.shadow_color =
|
||||
|
|
Loading…
Reference in a new issue