aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/winFang.edc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libraries/winFang.edc')
-rw-r--r--src/libraries/winFang.edc22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/libraries/winFang.edc b/src/libraries/winFang.edc
index 0fca7a9..7705a0b 100644
--- a/src/libraries/winFang.edc
+++ b/src/libraries/winFang.edc
@@ -43,8 +43,28 @@ collections {
43 } 43 }
44 44
45 part { 45 part {
46 name: "winFang/underlay";
47 type: SWALLOW;
48 mouse_events: 1;
49
50 description {
51 state: "default" 0.0;
52
53 rel1 {
54 relative: 0.0 0.0;
55 to: "winFang/background";
56 }
57 rel2 {
58 relative: 1.0 1.0;
59 to: "winFang/background";
60 }
61 }
62 } // winFang/underlay
63
64 part {
46 name: "winFang/title"; 65 name: "winFang/title";
47 type: TEXT; 66 type: TEXT;
67 mouse_events: 0;
48 68
49 description { 69 description {
50 state: "default" 0.0; 70 state: "default" 0.0;
@@ -71,6 +91,7 @@ collections {
71 part { 91 part {
72 name: "winFang/box"; 92 name: "winFang/box";
73 type: BOX; 93 type: BOX;
94 mouse_events: 1;
74 95
75 description { 96 description {
76 state: "default" 0.0; 97 state: "default" 0.0;
@@ -93,6 +114,7 @@ collections {
93 part { 114 part {
94 name: "winFang/content"; 115 name: "winFang/content";
95 type: SWALLOW; 116 type: SWALLOW;
117 mouse_events: 1;
96 118
97 description { 119 description {
98 state: "default" 0.0; 120 state: "default" 0.0;