Icon for the "Icon Theme" config dialog.

SVN revision: 27138
This commit is contained in:
manowarrior 2006-11-16 16:53:37 +00:00 committed by manowarrior
parent 51fb982087
commit 781c69726e
4 changed files with 23 additions and 2 deletions

View File

@ -2,6 +2,7 @@ images {
image: "e17_icon_e_0.png" LOSSY 90;
image: "e17_icon_e_glow_0.png" LOSSY 90;
image: "e17_icon_icon_theme.png" LOSSY 90;
image: "e17_icon_theme.png" LOSSY 90;
image: "e17_icon_colors.png" LOSSY 90;
@ -951,6 +952,25 @@ group {
}
}
}
group {
name: "e/icons/enlightenment/icon_theme";
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_icon_theme.png";
}
}
}
}
}
group {
name: "e/icons/enlightenment/applications";
max: 64 64;

View File

@ -508,4 +508,5 @@ e17_icon_halt.png \
e17_icon_reboot.png \
e17_trans1.png \
e17_trans2.png \
e17_icon_regenerate_menus.png
e17_icon_regenerate_menus.png \
e17_icon_icon_theme.png

Binary file not shown.

View File

@ -94,7 +94,7 @@ e_configure_show(E_Container *con)
e_configure_standard_item_add(eco, "enlightenment/colors", _("Colors"), e_int_config_color_classes);
e_configure_standard_item_add(eco, "enlightenment/fonts", _("Fonts"), e_int_config_fonts);
e_configure_standard_item_add(eco, "enlightenment/windows", _("Borders"), e_int_config_borders);
e_configure_standard_item_add(eco, "enlightenment/icon_themes", _("Icon Theme"), e_int_config_icon_themes);
e_configure_standard_item_add(eco, "enlightenment/icon_theme", _("Icon Theme"), e_int_config_icon_themes);
e_configure_standard_item_add(eco, "enlightenment/mouse", _("Mouse Cursor"), e_int_config_cursor);
e_configure_standard_item_add(eco, "enlightenment/windows", _("Window Display"), e_int_config_window_display);
e_configure_standard_item_add(eco, "enlightenment/transitions", _("Transitions"), e_int_config_transitions);