new icons for Appearance (this is better then eye, isnt it?),

extensions and input methods (not sure if this exactly represents the dialog's functionality, dh, what will you say?)
TODO-- ?! How many more dialogs are left to be done?


SVN revision: 27626
This commit is contained in:
manowarrior 2006-12-29 00:51:27 +00:00 committed by manowarrior
parent 78e245520b
commit 8a3717b412
5 changed files with 70 additions and 2 deletions

View File

@ -94,6 +94,9 @@ images {
image: "e17_icon_advanced.png" COMP;
image: "e17_icon_behavior.png" COMP;
image: "e17_icon_appearance.png" COMP;
image: "e17_icon_extensions.png" COMP;
image: "e17_icon_imc.png" COMP;
}
group {
@ -2007,7 +2010,8 @@ group {
}
}
}
}group {
}
group {
name: "e/icons/enlightenment/behavior";
max: 64 64;
parts {
@ -2026,4 +2030,65 @@ group {
}
}
}
group {
name: "e/icons/enlightenment/appearance";
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_appearance.png";
}
}
}
}
}
group {
name: "e/icons/enlightenment/extensions";
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_extensions.png";
}
}
}
}
}group {
name: "e/icons/enlightenment/imc";
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_imc.png";
}
}
}
}
}

View File

@ -515,5 +515,8 @@ e17_trans1.png \
e17_trans2.png \
e17_icon_regenerate_menus.png \
e17_icon_behavior.png \
e17_icon_advanced.png
e17_icon_appearance.png \
e17_icon_extensions.png \
e17_icon_advanced.png \
e17_icon_imc.png

Binary file not shown.

Binary file not shown.

Binary file not shown.