aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/data/themes/widgets/separator.edc
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/elementary/data/themes/widgets/separator.edc
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to 'libraries/elementary/data/themes/widgets/separator.edc')
-rw-r--r--libraries/elementary/data/themes/widgets/separator.edc43
1 files changed, 0 insertions, 43 deletions
diff --git a/libraries/elementary/data/themes/widgets/separator.edc b/libraries/elementary/data/themes/widgets/separator.edc
deleted file mode 100644
index 0780c53..0000000
--- a/libraries/elementary/data/themes/widgets/separator.edc
+++ /dev/null
@@ -1,43 +0,0 @@
1group { name: "elm/separator/horizontal/default";
2 images {
3 image: "separator_h.png" COMP;
4 }
5 parts {
6 part { name: "separator"; // separator group
7 description { state: "default" 0.0;
8 min: 2 2;
9 rel1.offset: 4 4;
10 rel2.offset: -5 -5;
11 image {
12 normal: "separator_h.png";
13 }
14 fill {
15 smooth: 0;
16 }
17 }
18 }
19 }
20}
21
22///////////////////////////////////////////////////////////////////////////////
23group { name: "elm/separator/vertical/default";
24 images {
25 image: "separator_v.png" COMP;
26 }
27 parts {
28 part { name: "separator"; // separator group
29 description { state: "default" 0.0;
30 min: 2 2;
31 rel1.offset: 4 4;
32 rel2.offset: -5 -5;
33 image {
34 normal: "separator_v.png";
35 }
36 fill {
37 smooth: 0;
38 }
39 }
40 }
41 }
42}
43