fix manifest - remove unnecessary labels
[apps/core/preloaded/quickpanel.git] / data / quickpanel_spn.edc
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.1 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *  http://floralicense.org/license/
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 group {
18         name: "quickpanel/spn";
19         parts {
20                 part { name: "base";
21                         type: RECT;
22                         repeat_events: 1;
23                         scale: 1;
24                         description {
25                                 state: "default" 0.0;
26                                 min: 0 QP_SPN_H;
27                                 color: QP_BG_COLOR;
28                                 visible: QP_BG_VISIBILITY;
29                         }
30                 }
31                 part { name: "elm.padding.left";
32                         type: RECT;
33                         scale: 1;
34                         description {
35                                 state: "default" 0.0;
36                                 min: 26 0;
37                                 fixed: 1 0;
38                                 visible: 0;
39                                 rel1.relative: 0.0 0.0;
40                                 rel2.relative: 0.0 1.0;
41                                 align: 0.0 0.0;
42                                 visible: 0;
43                         }
44                 }
45                 part { name: "elm.padding.right";
46                         type: RECT;
47                         scale: 1;
48                         description {
49                                 state: "default" 0.0;
50                                 min: 14 0;
51                                 fixed: 1 0;
52                                 visible: 0;
53                                 rel1.relative: 1.0 0.0;
54                                 rel2.relative: 1.0 0.0;
55                                 align: 1.0 0.0;
56                                 visible: 0;
57                         }
58                 }
59                 part { name: "elm.padding.top";
60                         type: RECT;
61                         scale: 1;
62                         description {
63                                 state: "default" 0.0;
64                                 min: 0 11;
65                                 fixed: 0 1;
66                                 visible: 0;
67                                 rel1.relative: 0.0 0.0;
68                                 rel2.relative: 1.0 0.0;
69                                 align: 0.0 0.0;
70                                 visible: 0;
71                         }
72                 }
73                 part { name: "elm.padding.bottom";
74                         type: RECT;
75                         scale: 1;
76                         description {
77                                 state: "default" 0.0;
78                                 min: 0 11;
79                                 fixed: 0 1;
80                                 visible: 0;
81                                 rel1.relative: 0.0 1.0;
82                                 rel2.relative: 1.0 1.0;
83                                 align: 0.0 1.0;
84                                 visible: 0;
85                         }
86                 }
87
88                 part { name: "elm.rect.spn";
89                         type: RECT;
90                         scale: 1;
91                         description {
92                                 state: "default" 0.0;
93                                 min: QP_SPN_TEXT_W 0;
94                                 fixed: 1 0;
95                                 rel1 {
96                                         to_x: "elm.padding.left";
97                                         relative: 1.0 0.0;
98                                 }
99                                 rel2 {
100                                         to_x: "elm.padding.left";
101                                         relative: 1.0 1.0;
102                                 }
103                                 align: 0.0 0.0;
104                                 visible:0;
105                         }
106                 }
107                 part { name: "qp.spn.swallow";
108                         type: SWALLOW;
109                         scale: 1;
110                         description {
111                                 state: "default" 0.0;
112                                 rel1 {
113                                         to: "elm.rect.spn";
114                                 }
115                                 rel2 {
116                                         to: "elm.rect.spn";
117                                 }
118                         }
119                 }
120
121                 part { name: "elm.rect.icon";
122                         type: RECT;
123                         scale: 1;
124                         description {
125                                 state: "default" 0.0;
126                                 min: 158 58;
127                                 fixed: 1 1;
128                                 rel1 {
129                                         to_x: "elm.padding.right";
130                                         to_y: "elm.padding.top";
131                                         relative: 0.0 1.0;
132                                 }
133                                 rel2 {
134                                         to_x: "elm.padding.right";
135                                         to_y: "elm.padding.bottom";
136                                         relative: 0.0 0.0;
137                                 }
138                                 align: 1.0 0.5;
139                                 visible: 0;
140                         }
141                 }
142                 part { name: "qp.button.swallow";
143                         type: SWALLOW;
144                         scale: 1;
145                         description {
146                                 state: "default" 0.0;
147                                 rel1 {
148                                         to: "elm.rect.icon";
149                                 }
150                                 rel2 {
151                                         to: "elm.rect.icon";
152                                 }
153                         }
154                 }
155         }
156 }
157