Screen Resolution and Window Focus icons for E config panel from

Luchezar 'ManowarrioR' P.Petkov


SVN revision: 25038
This commit is contained in:
sndev 2006-08-22 14:19:59 +00:00 committed by sndev
parent 0d8703417c
commit 64e454e2dc
4 changed files with 43 additions and 0 deletions

View File

@ -32,6 +32,9 @@ images {
image: "e17_icon_desklock.png" LOSSY 90;
image: "e17_icon_shelf.png" LOSSY 90;
image: "e17_icon_window_focus.png" LOSSY 90;
image: "e17_icon_screen_resolution.png" LOSSY 90;
image: "e17_pager_window.png" COMP;
image: "e17_icon_right_arrow.png" COMP;
@ -310,6 +313,25 @@ group {
}
}
}
group {
name: "icons/enlightenment/focus";
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_focus.png";
}
}
}
}
}
group {
name: "icons/enlightenment/modules";
max: 64 64;
@ -633,6 +655,25 @@ group {
}
}
}
group {
name: "icons/enlightenment/screen_resolution";
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_screen_resolution.png";
}
}
}
}
}
group {
name: "icons/enlightenment/shelf";
max: 64 64;

View File

@ -311,7 +311,9 @@ e17_icon_reset_button_glow_0.png \
e17_icon_run.png \
e17_icon_theme.png \
e17_icon_windows.png \
e17_icon_window_focus.png \
e17_icon_lost_windows.png \
e17_icon_screen_resolution.png \
e17_pointer.png \
e17_pointer_mono.png \
e17_dialog_watermark.png \

Binary file not shown.

Binary file not shown.