diff options
Diffstat (limited to 'Kogaion-nighttime/metacity-1/metacity-theme-3.xml')
-rwxr-xr-x | Kogaion-nighttime/metacity-1/metacity-theme-3.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kogaion-nighttime/metacity-1/metacity-theme-3.xml b/Kogaion-nighttime/metacity-1/metacity-theme-3.xml index 1f27029..b2831ee 100755 --- a/Kogaion-nighttime/metacity-1/metacity-theme-3.xml +++ b/Kogaion-nighttime/metacity-1/metacity-theme-3.xml @@ -280,13 +280,13 @@ </draw_ops> <draw_ops name="menu_focused"> - <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> + <image filename="menu_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> </draw_ops> <!-- No prelight for menu focussed?? --> <draw_ops name="menu_focused_pressed"> - <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> + <image filename="menu_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> </draw_ops> <draw_ops name="menu_unfocused"> |