aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/data/objects/postit_ent.edc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/elementary/data/objects/postit_ent.edc26
1 files changed, 26 insertions, 0 deletions
diff --git a/libraries/elementary/data/objects/postit_ent.edc b/libraries/elementary/data/objects/postit_ent.edc
new file mode 100644
index 0000000..9968907
--- /dev/null
+++ b/libraries/elementary/data/objects/postit_ent.edc
@@ -0,0 +1,26 @@
1collections {
2 group {
3 name: "main";
4 images {
5// image: "1.png" COMP;
6 }
7 parts {
8 part {
9 name: "bg";
10 type: RECT;
11 description {
12 state: "default" 0.0;
13 color: 247 239 132 255;
14 }
15 }
16 part {
17 name: "ent";
18 type: SWALLOW;
19 description {
20 state: "default" 0.0;
21 }
22 }
23 }
24 }
25}
26