aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/data/themes/widgets/separator.edc
blob: 0780c532ced1fbf6968835bfbf21b2133b9b0cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
group { name: "elm/separator/horizontal/default";
   images {
      image: "separator_h.png" COMP;
   }
   parts {
      part { name: "separator"; // separator group
         description { state: "default" 0.0;
            min: 2 2;
            rel1.offset: 4 4;
            rel2.offset: -5 -5;
            image {
               normal: "separator_h.png";
            }
            fill {
               smooth: 0;
            }
         }
      }
   }
}

///////////////////////////////////////////////////////////////////////////////
group { name: "elm/separator/vertical/default";
   images {
      image: "separator_v.png" COMP;
   }
   parts {
      part { name: "separator"; // separator group
         description { state: "default" 0.0;
            min: 2 2;
            rel1.offset: 4 4;
            rel2.offset: -5 -5;
            image {
               normal: "separator_v.png";
            }
            fill {
               smooth: 0;
            }
         }
      }
   }
}