Git init
[framework/uifw/e17-extra-modules.git] / comp-slp / data / common / comp-part-shower.edc
1 part { name: "shower";
2    type: RECT;
3    mouse_events: 0;
4    description { state: "default" 0.0;
5       visible: 0;
6       rel1.relative: 0 0;
7       rel1.offset:   0 0;
8       rel2.relative: 1 1;
9       map {
10          on: 1;
11          perspective_on: 1;
12          perspective: "persp";
13          rotation.z: 0.0;
14       }
15    }
16    description { state: "visible" 0.0;
17       inherit: "default" 0.0;
18       rel1.relative: 0 0;
19       rel2.relative: 1 1;
20    }
21    description { state: "invisible" 0.0;
22       inherit: "default" 0.0;
23       rel1.relative: 0 0;
24       rel2.relative: 0 0;
25    }
26 } /* end of part "shower" */