efl/legacy/elementary/data/objects/colorpreview.edc

23 lines
445 B
Plaintext

images {
image: "grid_bg.png" COMP;
}
collections {
group { name: "main";
parts {
part { name: "Grid";
type: IMAGE;
description { state: "default" 0;
image.normal: "grid_bg.png";
}
}
part { name: "ColorPreview";
type: SWALLOW;
mouse_events: 0;
description { state: "default" 0;
}
}
}
}
}