Fix defects from static analysis
[platform/core/uifw/voice-control-elm.git] / data / tooltip.edc
1 #define OFF_MINUS -7
2 #define OFF_PLUS 5
3 #define SIZE 12
4 #define VISI 0
5 collections {
6         group {
7                 name: "tip_group";
8
9                 parts {
10                         part {
11                                 name: "bg";
12                                 type: SWALLOW;
13
14                                 description {
15                                         state: "default" 0.0;
16                                         visible: 1;
17                                 }
18                         }
19
20
21
22                         part {
23                                 name: "content";
24                                 type: SWALLOW;
25                                 mouse_events: 0;
26                                 description {
27                                         state: "default" 0.0;
28                                         color: 130 200 228 128;
29                                         visible: 1;
30                                         rel1 {
31                                                 to: "bg";
32                                                 relative: 0.2 0.2;
33                                         }
34                                         rel2 {
35                                                 to: "bg";
36                                                 relative: 0.8 0.8;
37                                         }
38                                 }
39                         }
40                 }
41
42         }
43 }