enlightenment-module-engage/e-module-ng.edc

20 lines
304 B
Plaintext

images {
image: "module_icon.png" COMP;
}
collections {
group {
name: "icon";
parts {
part {
name: "image";
mouse_events: 0;
description {
state: "default" 0.0;
aspect_preference: BOTH;
image.normal: "module_icon.png";
}
}
}
}
}