added lost windows icon specially for vrln! (=

SVN revision: 16276
This commit is contained in:
codewarrior 2005-08-22 12:25:24 +00:00 committed by codewarrior
parent 922c05ee14
commit 0dea46f096
3 changed files with 23 additions and 1 deletions

View File

@ -12,6 +12,8 @@ images {
image: "e17_icon_theme_glow_0.png" LOSSY 90;
image: "e17_icon_windows.png" LOSSY 90;
image: "e17_icon_lost_windows.png" LOSSY 90;
image: "e17_icon_module.png" LOSSY 90;
@ -283,6 +285,24 @@ images {
}
}
}
group {
name: "icons/enlightenment/lost_windows";
max: 64 64;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
max: 64 64;
image {
normal: "e17_icon_lost_windows.png";
}
}
}
}
}
group {
name: "icons/enlightenment/modules";
max: 64 64;

View File

@ -305,5 +305,7 @@ e17_icon_reset_button_glow_0.png \
e17_icon_run.png \
e17_icon_theme_0.png \
e17_icon_theme_glow_0.png \
e17_icon_windows.png
e17_icon_windows.png \
e17_icon_lost_windows.png

Binary file not shown.