- Better Window Display icon;

- New Window Manipulation icon;
- New Window List icon;
Unification is good thing.


SVN revision: 26028
This commit is contained in:
manowarrior 2006-09-22 21:09:34 +00:00 committed by manowarrior
parent 1251802479
commit 91ba685705
5 changed files with 42 additions and 0 deletions

View File

@ -27,6 +27,8 @@ images {
image: "e17_icon_shelf.png" LOSSY 90;
image: "e17_icon_performance.png" LOSSY 90;
image: "e17_icon_startup.png" LOSSY 90;
image: "e17_icon_winlist.png" LOSSY 90;
image: "e17_icon_window_manipulation.png" LOSSY 90;
image: "e17_icon_applications.png" LOSSY 90;
image: "e17_icon_menus.png" LOSSY 90;
@ -945,6 +947,44 @@ group {
}
}
}
group {
name: "e/icons/enlightenment/winlist";
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_winlist.png";
}
}
}
}
}
group {
name: "e/icons/enlightenment/window_manipulation";
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_window_manipulation.png";
}
}
}
}
}
group {
name: "e/icons/enlightenment/menus";
max: 64 64;

View File

@ -408,6 +408,8 @@ e17_icon_shelf.png \
e17_icon_applications.png \
e17_icon_performance.png \
e17_icon_startup.png \
e17_icon_winlist.png \
e17_icon_window_manipulation.png \
e17_icon_menus.png \
e17_button_detail_paste.png \
e17_button_detail_arrange_name.png \

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.