*** empty log message ***

SVN revision: 25226
This commit is contained in:
manowarrior 2006-08-30 21:35:35 +00:00 committed by manowarrior
parent ec4a948ba0
commit 404f8fbe99
4 changed files with 42 additions and 0 deletions

View File

@ -29,6 +29,8 @@ images {
image: "e17_icon_keys.png" LOSSY 90;
image: "e17_icon_desklock.png" LOSSY 90;
image: "e17_icon_shelf.png" LOSSY 90;
image: "e17_icon_performance.png" LOSSY 90;
image: "e17_icon_startup.png" LOSSY 90;
image: "e17_icon_window_focus.png" LOSSY 90;
image: "e17_icon_screen_resolution.png" LOSSY 90;
@ -811,6 +813,44 @@ group {
}
}
}
group {
name: "e/icons/enlightenment/performance";
max: 64 64;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
max: 64 64;
image {
normal: "e17_icon_performance.png";
}
}
}
}
}
group {
name: "e/icons/enlightenment/startup";
max: 64 64;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
max: 64 64;
image {
normal: "e17_icon_startup.png";
}
}
}
}
}
group {
name: "e/icons/enlightenment/screen_normal";
max: 24 24;

View File

@ -406,6 +406,8 @@ e17_icon_mouse.png \
e17_icon_keys.png \
e17_icon_desklock.png \
e17_icon_shelf.png \
e17_icon_performance.png \
e17_icon_startup.png \
e17_button_detail_paste.png \
e17_button_detail_arrange_name.png \
e17_button_detail_properties.png \

Binary file not shown.

Binary file not shown.