summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-06 14:53:57 +0000
committerDana Jansens <danakj@orodu.net>2007-06-06 14:53:57 +0000
commit1fc480c193e66c45f3c4f0b9da76ec8ae2fc8ed7 (patch)
tree34e5de652829f7df4d75e4b625f57a4536f7b9bf /render
parentd0bde36aa7a898c4ff4206b82dfcac4ab8466cb4 (diff)
make active-disabled shadow offset-y be proper
Diffstat (limited to 'render')
-rw-r--r--render/theme.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/render/theme.c b/render/theme.c
index 4aef833f..450d3e8e 100644
--- a/render/theme.c
+++ b/render/theme.c
@@ -931,9 +931,9 @@ 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;
- theme->a_menu_text_disabled_selected->
- texture[0].data.text.shadow_offset_y = 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 =
theme->menu_text_normal_shadow_color;
theme->a_menu_text_normal->texture[0].data.text.shadow_alpha =